Html Css Color HEX #D8C816 Sunflower

📋 copy color: '#D8C816'

red 216 ◦ green 200 ◦ blue 22

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

Shades of Sunflower #D8C816

Tints of Sunflower #D8C816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 49.32%
G = 45.66%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8C816 (or 0xD8C816) is known color: Sunflower. HEX triplet: D8, C8 and 16. RGB value is (216,200,22). Sum of RGB (Red+Green+Blue) = 216+200+22=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C816 is #2737E9. Grayscale: #B9B9B9. Windows color (decimal): -2570218 or 1493208. OLE color: 1493208.

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

Color convert

RGB 216 200 22 -
CMYK 0 0.07 0.90 0.15
HSL 55.05º 0.82% 0.47% -
HSV(B) 55.05º 0.9% 0.85% -
XYZ 49.12 55.97 8.97 -
YUV 184.49 36.3 150.47 -
System Red Green Blue C M Y K H S L
Decimal 216 200 22 0 0.07 0.90 0.15 55.05 0.82 0.47
Hex D8 C8 16 0 7 5A F 37 52 2F
Octal 330 310 26 0 7 132 17 67 122 57
Binary 11011000 11001000 10110 0 111 1011010 1111 110111 1010010 101111

Color Harmonies of #D8C816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C816

Black with #D8C816

Text Example


Text Example

White with #D8C816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C816; }

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

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

background-color css

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

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

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

border-color css

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

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

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