Html Css Color HEX #DCCC15 Sunflower

📋 copy color: '#DCCC15'

red 220 ◦ green 204 ◦ blue 21

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

Shades of Sunflower #DCCC15

Tints of Sunflower #DCCC15

RGB

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

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

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

R = 49.44%
G = 45.84%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCCC15 (or 0xDCCC15) is known color: Sunflower. HEX triplet: DC, CC and 15. RGB value is (220,204,21). Sum of RGB (Red+Green+Blue) = 220+204+21=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC15 is #2333EA. Grayscale: #BCBCBC. Windows color (decimal): -2307051 or 1428700. OLE color: 1428700.

HSL color Cylindrical-coordinate representation of color #DCCC15: hue angle of 55.18º 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 #DCCC15 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 21 -
CMYK 0 0.07 0.90 0.14
HSL 55.18º 0.83% 0.47% -
HSV(B) 55.18º 0.9% 0.86% -
XYZ 51.24 58.46 9.29 -
YUV 187.92 33.8 150.88 -
System Red Green Blue C M Y K H S L
Decimal 220 204 21 0 0.07 0.90 0.14 55.18 0.83 0.47
Hex DC CC 15 0 7 5A E 37 53 2F
Octal 334 314 25 0 7 132 16 67 123 57
Binary 11011100 11001100 10101 0 111 1011010 1110 110111 1010011 101111

Color Harmonies of #DCCC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC15

Black with #DCCC15

Text Example


Text Example

White with #DCCC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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