Html Css Color HEX #DCB309 Sunflower

📋 copy color: '#DCB309'

red 220 ◦ green 179 ◦ blue 9

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

Shades of Sunflower #DCB309

Tints of Sunflower #DCB309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.87%

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

R = 53.92%
G = 43.87%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCB309 (or 0xDCB309) is known color: Sunflower. HEX triplet: DC, B3 and 09. RGB value is (220,179,9). Sum of RGB (Red+Green+Blue) = 220+179+9=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB309 is #234CF6. Grayscale: #ACACAC. Windows color (decimal): -2313463 or 635868. OLE color: 635868.

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

Color convert

RGB 220 179 9 -
CMYK 0 0.19 0.96 0.14
HSL 48.34º 0.92% 0.45% -
HSV(B) 48.34º 0.96% 0.86% -
XYZ 45.68 47.48 7.01 -
YUV 171.88 36.08 162.32 -
System Red Green Blue C M Y K H S L
Decimal 220 179 9 0 0.19 0.96 0.14 48.34 0.92 0.45
Hex DC B3 9 0 13 60 E 30 5C 2D
Octal 334 263 11 0 23 140 16 60 134 55
Binary 11011100 10110011 1001 0 10011 1100000 1110 110000 1011100 101101

Color Harmonies of #DCB309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB309

Black with #DCB309

Text Example


Text Example

White with #DCB309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB309; }

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

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

background-color css

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

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

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

border-color css

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

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

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