Html Css Color HEX #DCC309 Sunflower

📋 copy color: '#DCC309'

red 220 ◦ green 195 ◦ blue 9

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

Shades of Sunflower #DCC309

Tints of Sunflower #DCC309

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.99%

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

R = 51.89%
G = 45.99%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCC309 (or 0xDCC309) is known color: Sunflower. HEX triplet: DC, C3 and 09. RGB value is (220,195,9). Sum of RGB (Red+Green+Blue) = 220+195+9=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 9 (3.91% from 255 or 2.12% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC309 is #233CF6. Grayscale: #B6B6B6. Windows color (decimal): -2309367 or 639964. OLE color: 639964.

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

Color convert

RGB 220 195 9 -
CMYK 0 0.11 0.96 0.14
HSL 52.89º 0.92% 0.45% -
HSV(B) 52.89º 0.96% 0.86% -
XYZ 49.08 54.27 8.15 -
YUV 181.27 30.78 155.62 -
System Red Green Blue C M Y K H S L
Decimal 220 195 9 0 0.11 0.96 0.14 52.89 0.92 0.45
Hex DC C3 9 0 B 60 E 35 5C 2D
Octal 334 303 11 0 13 140 16 65 134 55
Binary 11011100 11000011 1001 0 1011 1100000 1110 110101 1011100 101101

Color Harmonies of #DCC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC309

Black with #DCC309

Text Example


Text Example

White with #DCC309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC309; }

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

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

background-color css

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

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

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

border-color css

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

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

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