Html Css Color HEX #DBBE12 Sunflower

📋 copy color: '#DBBE12'

red 219 ◦ green 190 ◦ blue 18

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

Shades of Sunflower #DBBE12

Tints of Sunflower #DBBE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

 BLUE value IS 18 (7.42% from 255) = 4.22%

R = 51.29%
G = 44.5%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBBE12 (or 0xDBBE12) is known color: Sunflower. HEX triplet: DB, BE and 12. RGB value is (219,190,18). Sum of RGB (Red+Green+Blue) = 219+190+18=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE12 is #2441ED. Grayscale: #B3B3B3. Windows color (decimal): -2376174 or 1228507. OLE color: 1228507.

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

Color convert

RGB 219 190 18 -
CMYK 0 0.13 0.92 0.14
HSL 51.34º 0.85% 0.46% -
HSV(B) 51.34º 0.92% 0.86% -
XYZ 47.74 51.93 8.08 -
YUV 179.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 219 190 18 0 0.13 0.92 0.14 51.34 0.85 0.46
Hex DB BE 12 0 D 5C E 33 55 2E
Octal 333 276 22 0 15 134 16 63 125 56
Binary 11011011 10111110 10010 0 1101 1011100 1110 110011 1010101 101110

Color Harmonies of #DBBE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE12

Black with #DBBE12

Text Example


Text Example

White with #DBBE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE12; }

 p { color: rgb(219,190,18); }

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

background-color css

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

 a { background-color: rgb(219,190,18); }

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

border-color css

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

 span { border-color: rgb(219,190,18); }

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