Html Css Color HEX #DCBD09 Sunflower

📋 copy color: '#DCBD09'

red 220 ◦ green 189 ◦ blue 9

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

Shades of Sunflower #DCBD09

Tints of Sunflower #DCBD09

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.22%

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

R = 52.63%
G = 45.22%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCBD09 (or 0xDCBD09) is known color: Sunflower. HEX triplet: DC, BD and 09. RGB value is (220,189,9). Sum of RGB (Red+Green+Blue) = 220+189+9=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD09 is #2342F6. Grayscale: #B2B2B2. Windows color (decimal): -2310903 or 638428. OLE color: 638428.

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

Color convert

RGB 220 189 9 -
CMYK 0 0.14 0.96 0.14
HSL 51.18º 0.92% 0.45% -
HSV(B) 51.18º 0.96% 0.86% -
XYZ 47.76 51.63 7.71 -
YUV 177.75 32.77 158.14 -
System Red Green Blue C M Y K H S L
Decimal 220 189 9 0 0.14 0.96 0.14 51.18 0.92 0.45
Hex DC BD 9 0 E 60 E 33 5C 2D
Octal 334 275 11 0 16 140 16 63 134 55
Binary 11011100 10111101 1001 0 1110 1100000 1110 110011 1011100 101101

Color Harmonies of #DCBD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD09

Black with #DCBD09

Text Example


Text Example

White with #DCBD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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