Html Css Color HEX #D6CB15 Barberry

📋 copy color: '#D6CB15'

red 214 ◦ green 203 ◦ blue 21

#D6CB15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #D6CB15

Tints of Barberry #D6CB15

RGB

 RED value IS 214 (83.98% from 255) = 48.86%

 GREEN value IS 203 (79.69% from 255) = 46.35%

 BLUE value IS 21 (8.59% from 255) = 4.79%

R = 48.86%
G = 46.35%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6CB15 (or 0xD6CB15) is known color: Barberry. HEX triplet: D6, CB and 15. RGB value is (214,203,21). Sum of RGB (Red+Green+Blue) = 214+203+21=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB15 is #2934EA. Grayscale: #BABABA. Windows color (decimal): -2700523 or 1428438. OLE color: 1428438.

HSL color Cylindrical-coordinate representation of color #D6CB15: hue angle of 56.58º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6CB15 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 21 -
CMYK 0 0.05 0.90 0.16
HSL 56.58º 0.82% 0.46% -
HSV(B) 56.58º 0.9% 0.84% -
XYZ 49.22 57.06 9.13 -
YUV 185.54 35.14 148.3 -
System Red Green Blue C M Y K H S L
Decimal 214 203 21 0 0.05 0.90 0.16 56.58 0.82 0.46
Hex D6 CB 15 0 5 5A 10 39 52 2E
Octal 326 313 25 0 5 132 20 71 122 56
Binary 11010110 11001011 10101 0 101 1011010 10000 111001 1010010 101110

Color Harmonies of #D6CB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB15

Black with #D6CB15

Text Example


Text Example

White with #D6CB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB15; }

 p { color: rgb(214,203,21); }

 H1.HeaderClassName
 {
   color: #D6CB15;
 }
 .AnyTagClassName
 {
   color: #D6CB15;
 }
</style>

background-color css

<style>
 a { background-color: #D6CB15; }

 a { background-color: rgb(214,203,21); }

 div.DivClassName
 {
   background-color: #D6CB15;
 }
 .BgClassName
 {
   background-color: #D6CB15;
 }
</style>

border-color css

<style>
 span { border-color: #D6CB15; }

 span { border-color: rgb(214,203,21); }

 td.TdClassName
 {
   border-color: #D6CB15;
 }
 .TagClassName
 {
   border-color: #D6CB15;
 }
</style>