Html Css Color HEX #D6CB18 Barberry

📋 copy color: '#D6CB18'

red 214 ◦ green 203 ◦ blue 24

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

Shades of Barberry #D6CB18

Tints of Barberry #D6CB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.44%

R = 48.53%
G = 46.03%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6CB18 (or 0xD6CB18) is known color: Barberry. HEX triplet: D6, CB and 18. RGB value is (214,203,24). Sum of RGB (Red+Green+Blue) = 214+203+24=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB18 is #2934E7. Grayscale: #BABABA. Windows color (decimal): -2700520 or 1625046. OLE color: 1625046.

HSL color Cylindrical-coordinate representation of color #D6CB18: hue angle of 56.53º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6CB18 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 24 -
CMYK 0 0.05 0.89 0.16
HSL 56.53º 0.8% 0.47% -
HSV(B) 56.53º 0.89% 0.84% -
XYZ 49.25 57.07 9.28 -
YUV 185.88 36.64 148.05 -
System Red Green Blue C M Y K H S L
Decimal 214 203 24 0 0.05 0.89 0.16 56.53 0.8 0.47
Hex D6 CB 18 0 5 59 10 39 50 2F
Octal 326 313 30 0 5 131 20 71 120 57
Binary 11010110 11001011 11000 0 101 1011001 10000 111001 1010000 101111

Color Harmonies of #D6CB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB18

Black with #D6CB18

Text Example


Text Example

White with #D6CB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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