Html Css Color HEX #D8CC26 Barberry

📋 copy color: '#D8CC26'

red 216 ◦ green 204 ◦ blue 38

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

Shades of Barberry #D8CC26

Tints of Barberry #D8CC26

RGB

 RED value IS 216 (84.77% from 255) = 47.16%

 GREEN value IS 204 (80.08% from 255) = 44.54%

 BLUE value IS 38 (15.23% from 255) = 8.3%

R = 47.16%
G = 44.54%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8CC26 (or 0xD8CC26) is known color: Barberry. HEX triplet: D8, CC and 26. RGB value is (216,204,38). Sum of RGB (Red+Green+Blue) = 216+204+38=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC26 is #2733D9. Grayscale: #BDBDBD. Windows color (decimal): -2569178 or 2542808. OLE color: 2542808.

HSL color Cylindrical-coordinate representation of color #D8CC26: hue angle of 55.96º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8CC26 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 38 -
CMYK 0 0.06 0.82 0.15
HSL 55.96º 0.7% 0.5% -
HSV(B) 55.96º 0.82% 0.85% -
XYZ 50.26 57.92 10.37 -
YUV 188.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 216 204 38 0 0.06 0.82 0.15 55.96 0.7 0.5
Hex D8 CC 26 0 6 52 F 38 46 32
Octal 330 314 46 0 6 122 17 70 106 62
Binary 11011000 11001100 100110 0 110 1010010 1111 111000 1000110 110010

Color Harmonies of #D8CC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC26

Black with #D8CC26

Text Example


Text Example

White with #D8CC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC26; }

 p { color: rgb(216,204,38); }

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

background-color css

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

 a { background-color: rgb(216,204,38); }

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

border-color css

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

 span { border-color: rgb(216,204,38); }

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