Html Css Color HEX #DCBF09 Sunflower

📋 copy color: '#DCBF09'

red 220 ◦ green 191 ◦ blue 9

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

Shades of Sunflower #DCBF09

Tints of Sunflower #DCBF09

RGB

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

 GREEN value IS 191 (75% from 255) = 45.48%

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

R = 52.38%
G = 45.48%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCBF09 (or 0xDCBF09) is known color: Sunflower. HEX triplet: DC, BF and 09. RGB value is (220,191,9). Sum of RGB (Red+Green+Blue) = 220+191+9=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF09 is #2340F6. Grayscale: #B3B3B3. Windows color (decimal): -2310391 or 638940. OLE color: 638940.

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

Color convert

RGB 220 191 9 -
CMYK 0 0.13 0.96 0.14
HSL 51.75º 0.92% 0.45% -
HSV(B) 51.75º 0.96% 0.86% -
XYZ 48.2 52.5 7.85 -
YUV 178.92 32.11 157.3 -
System Red Green Blue C M Y K H S L
Decimal 220 191 9 0 0.13 0.96 0.14 51.75 0.92 0.45
Hex DC BF 9 0 D 60 E 34 5C 2D
Octal 334 277 11 0 15 140 16 64 134 55
Binary 11011100 10111111 1001 0 1101 1100000 1110 110100 1011100 101101

Color Harmonies of #DCBF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF09

Black with #DCBF09

Text Example


Text Example

White with #DCBF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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