Html Css Color HEX #DCC00D Sunflower

📋 copy color: '#DCC00D'

red 220 ◦ green 192 ◦ blue 13

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

Shades of Sunflower #DCC00D

Tints of Sunflower #DCC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

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

R = 51.76%
G = 45.18%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCC00D (or 0xDCC00D) is known color: Sunflower. HEX triplet: DC, C0 and 0D. RGB value is (220,192,13). Sum of RGB (Red+Green+Blue) = 220+192+13=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC00D is #233FF2. Grayscale: #B4B4B4. Windows color (decimal): -2310131 or 901340. OLE color: 901340.

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

Color convert

RGB 220 192 13 -
CMYK 0 0.13 0.94 0.14
HSL 51.88º 0.89% 0.46% -
HSV(B) 51.88º 0.94% 0.86% -
XYZ 48.44 52.94 8.05 -
YUV 179.97 33.78 156.55 -
System Red Green Blue C M Y K H S L
Decimal 220 192 13 0 0.13 0.94 0.14 51.88 0.89 0.46
Hex DC C0 D 0 D 5E E 34 59 2E
Octal 334 300 15 0 15 136 16 64 131 56
Binary 11011100 11000000 1101 0 1101 1011110 1110 110100 1011001 101110

Color Harmonies of #DCC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC00D

Black with #DCC00D

Text Example


Text Example

White with #DCC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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