Html Css Color HEX #DCCC0D Sunflower

📋 copy color: '#DCCC0D'

red 220 ◦ green 204 ◦ blue 13

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

Shades of Sunflower #DCCC0D

Tints of Sunflower #DCCC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 50.34%
G = 46.68%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCCC0D (or 0xDCCC0D) is known color: Sunflower. HEX triplet: DC, CC and 0D. RGB value is (220,204,13). Sum of RGB (Red+Green+Blue) = 220+204+13=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC0D is #2333F2. Grayscale: #BBBBBB. Windows color (decimal): -2307059 or 904412. OLE color: 904412.

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

Color convert

RGB 220 204 13 -
CMYK 0 0.07 0.94 0.14
HSL 55.36º 0.89% 0.46% -
HSV(B) 55.36º 0.94% 0.86% -
XYZ 51.18 58.43 8.96 -
YUV 187.01 29.8 151.53 -
System Red Green Blue C M Y K H S L
Decimal 220 204 13 0 0.07 0.94 0.14 55.36 0.89 0.46
Hex DC CC D 0 7 5E E 37 59 2E
Octal 334 314 15 0 7 136 16 67 131 56
Binary 11011100 11001100 1101 0 111 1011110 1110 110111 1011001 101110

Color Harmonies of #DCCC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC0D

Black with #DCCC0D

Text Example


Text Example

White with #DCCC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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