Html Css Color HEX #DBBC13 Sunflower

📋 copy color: '#DBBC13'

red 219 ◦ green 188 ◦ blue 19

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

Shades of Sunflower #DBBC13

Tints of Sunflower #DBBC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

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

R = 51.41%
G = 44.13%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBBC13 (or 0xDBBC13) is known color: Sunflower. HEX triplet: DB, BC and 13. RGB value is (219,188,19). Sum of RGB (Red+Green+Blue) = 219+188+19=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC13 is #2443EC. Grayscale: #B2B2B2. Windows color (decimal): -2376685 or 1293531. OLE color: 1293531.

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

Color convert

RGB 219 188 19 -
CMYK 0 0.14 0.91 0.14
HSL 50.7º 0.84% 0.47% -
HSV(B) 50.7º 0.91% 0.86% -
XYZ 47.31 51.07 7.98 -
YUV 178 38.27 157.24 -
System Red Green Blue C M Y K H S L
Decimal 219 188 19 0 0.14 0.91 0.14 50.7 0.84 0.47
Hex DB BC 13 0 E 5B E 33 54 2F
Octal 333 274 23 0 16 133 16 63 124 57
Binary 11011011 10111100 10011 0 1110 1011011 1110 110011 1010100 101111

Color Harmonies of #DBBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC13

Black with #DBBC13

Text Example


Text Example

White with #DBBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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