Html Css Color HEX #DBC413 Sunflower

📋 copy color: '#DBC413'

red 219 ◦ green 196 ◦ blue 19

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

Shades of Sunflower #DBC413

Tints of Sunflower #DBC413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.38%

R = 50.46%
G = 45.16%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBC413 (or 0xDBC413) is known color: Sunflower. HEX triplet: DB, C4 and 13. RGB value is (219,196,19). Sum of RGB (Red+Green+Blue) = 219+196+19=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC413 is #243BEC. Grayscale: #B7B7B7. Windows color (decimal): -2374637 or 1295579. OLE color: 1295579.

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

Color convert

RGB 219 196 19 -
CMYK 0 0.11 0.91 0.14
HSL 53.1º 0.84% 0.47% -
HSV(B) 53.1º 0.91% 0.86% -
XYZ 49.07 54.59 8.57 -
YUV 182.7 35.62 153.89 -
System Red Green Blue C M Y K H S L
Decimal 219 196 19 0 0.11 0.91 0.14 53.1 0.84 0.47
Hex DB C4 13 0 B 5B E 35 54 2F
Octal 333 304 23 0 13 133 16 65 124 57
Binary 11011011 11000100 10011 0 1011 1011011 1110 110101 1010100 101111

Color Harmonies of #DBC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC413

Black with #DBC413

Text Example


Text Example

White with #DBC413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC413; }

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

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

background-color css

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

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

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

border-color css

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

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

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