Html Css Color HEX #DCCC13 Sunflower

📋 copy color: '#DCCC13'

red 220 ◦ green 204 ◦ blue 19

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

Shades of Sunflower #DCCC13

Tints of Sunflower #DCCC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.29%

R = 49.66%
G = 46.05%
B = 4.29%

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

#DCCC13 (or 0xDCCC13) is known color: Sunflower. HEX triplet: DC, CC and 13. RGB value is (220,204,19). Sum of RGB (Red+Green+Blue) = 220+204+19=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC13 is #2333EC. Grayscale: #BCBCBC. Windows color (decimal): -2307053 or 1297628. OLE color: 1297628.

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

Color convert

RGB 220 204 19 -
CMYK 0 0.07 0.91 0.14
HSL 55.22º 0.84% 0.47% -
HSV(B) 55.22º 0.91% 0.86% -
XYZ 51.23 58.45 9.2 -
YUV 187.69 32.8 151.04 -
System Red Green Blue C M Y K H S L
Decimal 220 204 19 0 0.07 0.91 0.14 55.22 0.84 0.47
Hex DC CC 13 0 7 5B E 37 54 2F
Octal 334 314 23 0 7 133 16 67 124 57
Binary 11011100 11001100 10011 0 111 1011011 1110 110111 1010100 101111

Color Harmonies of #DCCC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC13

Black with #DCCC13

Text Example


Text Example

White with #DCCC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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