Html Css Color HEX #DCBE09 Sunflower

📋 copy color: '#DCBE09'

red 220 ◦ green 190 ◦ blue 9

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

Shades of Sunflower #DCBE09

Tints of Sunflower #DCBE09

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

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

R = 52.51%
G = 45.35%
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

#DCBE09 (or 0xDCBE09) is known color: Sunflower. HEX triplet: DC, BE and 09. RGB value is (220,190,9). Sum of RGB (Red+Green+Blue) = 220+190+9=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE09 is #2341F6. Grayscale: #B3B3B3. Windows color (decimal): -2310647 or 638684. OLE color: 638684.

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

Color convert

RGB 220 190 9 -
CMYK 0 0.14 0.96 0.14
HSL 51.47º 0.92% 0.45% -
HSV(B) 51.47º 0.96% 0.86% -
XYZ 47.98 52.06 7.78 -
YUV 178.34 32.44 157.72 -
System Red Green Blue C M Y K H S L
Decimal 220 190 9 0 0.14 0.96 0.14 51.47 0.92 0.45
Hex DC BE 9 0 E 60 E 33 5C 2D
Octal 334 276 11 0 16 140 16 63 134 55
Binary 11011100 10111110 1001 0 1110 1100000 1110 110011 1011100 101101

Color Harmonies of #DCBE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE09

Black with #DCBE09

Text Example


Text Example

White with #DCBE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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