Html Css Color HEX #DBBC0B Sunflower

📋 copy color: '#DBBC0B'

red 219 ◦ green 188 ◦ blue 11

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

Shades of Sunflower #DBBC0B

Tints of Sunflower #DBBC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.63%

R = 52.39%
G = 44.98%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBBC0B (or 0xDBBC0B) is known color: Sunflower. HEX triplet: DB, BC and 0B. RGB value is (219,188,11). Sum of RGB (Red+Green+Blue) = 219+188+11=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC0B is #2443F4. Grayscale: #B1B1B1. Windows color (decimal): -2376693 or 769243. OLE color: 769243.

HSL color Cylindrical-coordinate representation of color #DBBC0B: hue angle of 51.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBBC0B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 11 -
CMYK 0 0.14 0.95 0.14
HSL 51.06º 0.9% 0.45% -
HSV(B) 51.06º 0.95% 0.86% -
XYZ 47.26 51.05 7.68 -
YUV 177.09 34.27 157.89 -
System Red Green Blue C M Y K H S L
Decimal 219 188 11 0 0.14 0.95 0.14 51.06 0.9 0.45
Hex DB BC B 0 E 5F E 33 5A 2D
Octal 333 274 13 0 16 137 16 63 132 55
Binary 11011011 10111100 1011 0 1110 1011111 1110 110011 1011010 101101

Color Harmonies of #DBBC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC0B

Black with #DBBC0B

Text Example


Text Example

White with #DBBC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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