Html Css Color HEX #DCC815 Sunflower

📋 copy color: '#DCC815'

red 220 ◦ green 200 ◦ blue 21

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

Shades of Sunflower #DCC815

Tints of Sunflower #DCC815

RGB

 RED value IS 220 (86.33% from 255) = 49.89%

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

 BLUE value IS 21 (8.59% from 255) = 4.76%

R = 49.89%
G = 45.35%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCC815 (or 0xDCC815) is known color: Sunflower. HEX triplet: DC, C8 and 15. RGB value is (220,200,21). Sum of RGB (Red+Green+Blue) = 220+200+21=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC815 is #2337EA. Grayscale: #BABABA. Windows color (decimal): -2308075 or 1427676. OLE color: 1427676.

HSL color Cylindrical-coordinate representation of color #DCC815: hue angle of 53.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCC815 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 21 -
CMYK 0 0.09 0.90 0.14
HSL 53.97º 0.83% 0.47% -
HSV(B) 53.97º 0.9% 0.86% -
XYZ 50.3 56.58 8.98 -
YUV 185.57 35.13 152.55 -
System Red Green Blue C M Y K H S L
Decimal 220 200 21 0 0.09 0.90 0.14 53.97 0.83 0.47
Hex DC C8 15 0 9 5A E 36 53 2F
Octal 334 310 25 0 11 132 16 66 123 57
Binary 11011100 11001000 10101 0 1001 1011010 1110 110110 1010011 101111

Color Harmonies of #DCC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC815

Black with #DCC815

Text Example


Text Example

White with #DCC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC815; }

 p { color: rgb(220,200,21); }

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

background-color css

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

 a { background-color: rgb(220,200,21); }

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

border-color css

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

 span { border-color: rgb(220,200,21); }

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