Html Css Color HEX #D8C818 Barberry

📋 copy color: '#D8C818'

red 216 ◦ green 200 ◦ blue 24

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

Shades of Barberry #D8C818

Tints of Barberry #D8C818

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.45%

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

R = 49.09%
G = 45.45%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8C818 (or 0xD8C818) is known color: Barberry. HEX triplet: D8, C8 and 18. RGB value is (216,200,24). Sum of RGB (Red+Green+Blue) = 216+200+24=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C818 is #2737E7. Grayscale: #B9B9B9. Windows color (decimal): -2570216 or 1624280. OLE color: 1624280.

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

Color convert

RGB 216 200 24 -
CMYK 0 0.07 0.89 0.15
HSL 55º 0.8% 0.47% -
HSV(B) 55º 0.89% 0.85% -
XYZ 49.14 55.97 9.08 -
YUV 184.72 37.3 150.31 -
System Red Green Blue C M Y K H S L
Decimal 216 200 24 0 0.07 0.89 0.15 55 0.8 0.47
Hex D8 C8 18 0 7 59 F 37 50 2F
Octal 330 310 30 0 7 131 17 67 120 57
Binary 11011000 11001000 11000 0 111 1011001 1111 110111 1010000 101111

Color Harmonies of #D8C818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C818

Black with #D8C818

Text Example


Text Example

White with #D8C818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C818; }

 p { color: rgb(216,200,24); }

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

background-color css

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

 a { background-color: rgb(216,200,24); }

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

border-color css

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

 span { border-color: rgb(216,200,24); }

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