Html Css Color HEX #DCCC14 Sunflower

📋 copy color: '#DCCC14'

red 220 ◦ green 204 ◦ blue 20

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

Shades of Sunflower #DCCC14

Tints of Sunflower #DCCC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.5%

R = 49.55%
G = 45.95%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCCC14 (or 0xDCCC14) is known color: Sunflower. HEX triplet: DC, CC and 14. RGB value is (220,204,20). Sum of RGB (Red+Green+Blue) = 220+204+20=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC14 is #2333EB. Grayscale: #BCBCBC. Windows color (decimal): -2307052 or 1363164. OLE color: 1363164.

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

Color convert

RGB 220 204 20 -
CMYK 0 0.07 0.91 0.14
HSL 55.2º 0.83% 0.47% -
HSV(B) 55.2º 0.91% 0.86% -
XYZ 51.23 58.45 9.24 -
YUV 187.81 33.3 150.96 -
System Red Green Blue C M Y K H S L
Decimal 220 204 20 0 0.07 0.91 0.14 55.2 0.83 0.47
Hex DC CC 14 0 7 5B E 37 53 2F
Octal 334 314 24 0 7 133 16 67 123 57
Binary 11011100 11001100 10100 0 111 1011011 1110 110111 1010011 101111

Color Harmonies of #DCCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC14

Black with #DCCC14

Text Example


Text Example

White with #DCCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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