Html Css Color HEX #DBC913 Sunflower

📋 copy color: '#DBC913'

red 219 ◦ green 201 ◦ blue 19

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

Shades of Sunflower #DBC913

Tints of Sunflower #DBC913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.79%

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

R = 49.89%
G = 45.79%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBC913 (or 0xDBC913) is known color: Sunflower. HEX triplet: DB, C9 and 13. RGB value is (219,201,19). Sum of RGB (Red+Green+Blue) = 219+201+19=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC913 is #2436EC. Grayscale: #BABABA. Windows color (decimal): -2373357 or 1296859. OLE color: 1296859.

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

Color convert

RGB 219 201 19 -
CMYK 0 0.08 0.91 0.14
HSL 54.6º 0.84% 0.47% -
HSV(B) 54.6º 0.91% 0.86% -
XYZ 50.22 56.88 8.95 -
YUV 185.63 33.96 151.8 -
System Red Green Blue C M Y K H S L
Decimal 219 201 19 0 0.08 0.91 0.14 54.6 0.84 0.47
Hex DB C9 13 0 8 5B E 37 54 2F
Octal 333 311 23 0 10 133 16 67 124 57
Binary 11011011 11001001 10011 0 1000 1011011 1110 110111 1010100 101111

Color Harmonies of #DBC913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC913

Black with #DBC913

Text Example


Text Example

White with #DBC913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC913; }

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

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

background-color css

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

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

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

border-color css

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

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

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