Html Css Color HEX #DCBB09 Sunflower

📋 copy color: '#DCBB09'

red 220 ◦ green 187 ◦ blue 9

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

Shades of Sunflower #DCBB09

Tints of Sunflower #DCBB09

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.95%

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

R = 52.88%
G = 44.95%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCBB09 (or 0xDCBB09) is known color: Sunflower. HEX triplet: DC, BB and 09. RGB value is (220,187,9). Sum of RGB (Red+Green+Blue) = 220+187+9=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB09 is #2344F6. Grayscale: #B1B1B1. Windows color (decimal): -2311415 or 637916. OLE color: 637916.

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

Color convert

RGB 220 187 9 -
CMYK 0 0.15 0.96 0.14
HSL 50.62º 0.92% 0.45% -
HSV(B) 50.62º 0.96% 0.86% -
XYZ 47.33 50.78 7.56 -
YUV 176.58 33.43 158.97 -
System Red Green Blue C M Y K H S L
Decimal 220 187 9 0 0.15 0.96 0.14 50.62 0.92 0.45
Hex DC BB 9 0 F 60 E 33 5C 2D
Octal 334 273 11 0 17 140 16 63 134 55
Binary 11011100 10111011 1001 0 1111 1100000 1110 110011 1011100 101101

Color Harmonies of #DCBB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB09

Black with #DCBB09

Text Example


Text Example

White with #DCBB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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