Html Css Color HEX #DCC509 Sunflower

📋 copy color: '#DCC509'

red 220 ◦ green 197 ◦ blue 9

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

Shades of Sunflower #DCC509

Tints of Sunflower #DCC509

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.24%

 BLUE value IS 9 (3.91% from 255) = 2.11%

R = 51.64%
G = 46.24%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCC509 (or 0xDCC509) is known color: Sunflower. HEX triplet: DC, C5 and 09. RGB value is (220,197,9). Sum of RGB (Red+Green+Blue) = 220+197+9=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 9 (3.91% from 255 or 2.11% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC509 is #233AF6. Grayscale: #B7B7B7. Windows color (decimal): -2308855 or 640476. OLE color: 640476.

HSL color Cylindrical-coordinate representation of color #DCC509: hue angle of 53.46º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCC509 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 9 -
CMYK 0 0.10 0.96 0.14
HSL 53.46º 0.92% 0.45% -
HSV(B) 53.46º 0.96% 0.86% -
XYZ 49.53 55.17 8.3 -
YUV 182.45 30.12 154.79 -
System Red Green Blue C M Y K H S L
Decimal 220 197 9 0 0.10 0.96 0.14 53.46 0.92 0.45
Hex DC C5 9 0 A 60 E 35 5C 2D
Octal 334 305 11 0 12 140 16 65 134 55
Binary 11011100 11000101 1001 0 1010 1100000 1110 110101 1011100 101101

Color Harmonies of #DCC509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC509

Black with #DCC509

Text Example


Text Example

White with #DCC509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC509; }

 p { color: rgb(220,197,9); }

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

background-color css

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

 a { background-color: rgb(220,197,9); }

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

border-color css

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

 span { border-color: rgb(220,197,9); }

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