Html Css Color HEX #DBBB0E Sunflower

📋 copy color: '#DBBB0E'

red 219 ◦ green 187 ◦ blue 14

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

Shades of Sunflower #DBBB0E

Tints of Sunflower #DBBB0E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.52%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 52.14%
G = 44.52%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBBB0E (or 0xDBBB0E) is known color: Sunflower. HEX triplet: DB, BB and 0E. RGB value is (219,187,14). Sum of RGB (Red+Green+Blue) = 219+187+14=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB0E is #2444F1. Grayscale: #B1B1B1. Windows color (decimal): -2376946 or 965595. OLE color: 965595.

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

Color convert

RGB 219 187 14 -
CMYK 0 0.15 0.94 0.14
HSL 50.63º 0.88% 0.46% -
HSV(B) 50.63º 0.94% 0.86% -
XYZ 47.06 50.63 7.71 -
YUV 176.85 36.1 158.07 -
System Red Green Blue C M Y K H S L
Decimal 219 187 14 0 0.15 0.94 0.14 50.63 0.88 0.46
Hex DB BB E 0 F 5E E 33 58 2E
Octal 333 273 16 0 17 136 16 63 130 56
Binary 11011011 10111011 1110 0 1111 1011110 1110 110011 1011000 101110

Color Harmonies of #DBBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB0E

Black with #DBBB0E

Text Example


Text Example

White with #DBBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB0E; }

 p { color: rgb(219,187,14); }

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

background-color css

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

 a { background-color: rgb(219,187,14); }

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

border-color css

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

 span { border-color: rgb(219,187,14); }

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