#d8c121

Color #D8C121 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #D8C121

Tints of Sunflower #D8C121

Color information

#D8C121 (or 0xD8C121) is unknown color: approx Sunflower. HEX triplet: D8, C1 and 21. RGB value is (216,193,33). Sum of RGB (Red+Green+Blue) = 216+193+33=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C121 is #273EDE. Grayscale: #B6B6B6. Windows color (decimal): -2571999 or 2212312. OLE color: 2212312.

HSL color Cylindrical-coordinate representation of color #D8C121: hue angle of 52.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8C121 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21619333-
CMYK00.110.850.15
HSL52.46º73.49%48.82%-
HSV(B)52.46º84.72%84.71%-
XYZ47.6652.859.13-
YUV181.6444.12152.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.87%
GREEN value IS 193 (75.78% from 255) = 43.67%
BLUE value IS 33 (13.28% from 255) = 7.47%
R=48.87%
G=43.67%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161933300.110.850.1552.4673.4948.82
HexD8C1210B55F344931
Octal33030141013125176411161
Binary110110001100000110000101011101010111111101001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c121; }

 p { color: rgb(216,193,33); }

 H1.HeaderClassName
 {
   color: #d8c121;
 }
 .AnyTagClassName
 {
   color: #d8c121;
 }
</style>
background-color css

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

 a { background-color: rgb(216,193,33); }

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

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

 span { border-color: rgb(216,193,33); }

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