Html Css Color HEX #DBC309 Sunflower

📋 copy color: '#DBC309'

red 219 ◦ green 195 ◦ blue 9

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

Shades of Sunflower #DBC309

Tints of Sunflower #DBC309

RGB

 RED value IS 219 (85.94% from 255) = 51.77%

 GREEN value IS 195 (76.56% from 255) = 46.1%

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

R = 51.77%
G = 46.1%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBC309 (or 0xDBC309) is known color: Sunflower. HEX triplet: DB, C3 and 09. RGB value is (219,195,9). Sum of RGB (Red+Green+Blue) = 219+195+9=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC309 is #243CF6. Grayscale: #B5B5B5. Windows color (decimal): -2374903 or 639963. OLE color: 639963.

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

Color convert

RGB 219 195 9 -
CMYK 0 0.11 0.96 0.14
HSL 53.14º 0.92% 0.45% -
HSV(B) 53.14º 0.96% 0.86% -
XYZ 48.78 54.11 8.13 -
YUV 180.97 30.95 155.12 -
System Red Green Blue C M Y K H S L
Decimal 219 195 9 0 0.11 0.96 0.14 53.14 0.92 0.45
Hex DB C3 9 0 B 60 E 35 5C 2D
Octal 333 303 11 0 13 140 16 65 134 55
Binary 11011011 11000011 1001 0 1011 1100000 1110 110101 1011100 101101

Color Harmonies of #DBC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC309

Black with #DBC309

Text Example


Text Example

White with #DBC309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC309; }

 p { color: rgb(219,195,9); }

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

background-color css

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

 a { background-color: rgb(219,195,9); }

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

border-color css

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

 span { border-color: rgb(219,195,9); }

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