Html Css Color HEX #DBC407 Sunflower

📋 copy color: '#DBC407'

red 219 ◦ green 196 ◦ blue 7

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

Shades of Sunflower #DBC407

Tints of Sunflower #DBC407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 51.9%
G = 46.45%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBC407 (or 0xDBC407) is known color: Sunflower. HEX triplet: DB, C4 and 07. RGB value is (219,196,7). Sum of RGB (Red+Green+Blue) = 219+196+7=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC407 is #243BF8. Grayscale: #B6B6B6. Windows color (decimal): -2374649 or 509147. OLE color: 509147.

HSL color Cylindrical-coordinate representation of color #DBC407: hue angle of 53.49º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBC407 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 7 -
CMYK 0 0.11 0.97 0.14
HSL 53.49º 0.94% 0.44% -
HSV(B) 53.49º 0.97% 0.86% -
XYZ 48.99 54.56 8.15 -
YUV 181.33 29.62 154.87 -
System Red Green Blue C M Y K H S L
Decimal 219 196 7 0 0.11 0.97 0.14 53.49 0.94 0.44
Hex DB C4 7 0 B 61 E 35 5E 2C
Octal 333 304 7 0 13 141 16 65 136 54
Binary 11011011 11000100 111 0 1011 1100001 1110 110101 1011110 101100

Color Harmonies of #DBC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC407

Black with #DBC407

Text Example


Text Example

White with #DBC407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC407; }

 p { color: rgb(219,196,7); }

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

background-color css

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

 a { background-color: rgb(219,196,7); }

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

border-color css

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

 span { border-color: rgb(219,196,7); }

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