Html Css Color HEX #DBBE0C Sunflower

📋 copy color: '#DBBE0C'

red 219 ◦ green 190 ◦ blue 12

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

Shades of Sunflower #DBBE0C

Tints of Sunflower #DBBE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.85%

R = 52.02%
G = 45.13%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBBE0C (or 0xDBBE0C) is known color: Sunflower. HEX triplet: DB, BE and 0C. RGB value is (219,190,12). Sum of RGB (Red+Green+Blue) = 219+190+12=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE0C is #2441F3. Grayscale: #B3B3B3. Windows color (decimal): -2376180 or 835291. OLE color: 835291.

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

Color convert

RGB 219 190 12 -
CMYK 0 0.13 0.95 0.14
HSL 51.59º 0.9% 0.45% -
HSV(B) 51.59º 0.95% 0.86% -
XYZ 47.69 51.91 7.85 -
YUV 178.38 34.11 156.97 -
System Red Green Blue C M Y K H S L
Decimal 219 190 12 0 0.13 0.95 0.14 51.59 0.9 0.45
Hex DB BE C 0 D 5F E 34 5A 2D
Octal 333 276 14 0 15 137 16 64 132 55
Binary 11011011 10111110 1100 0 1101 1011111 1110 110100 1011010 101101

Color Harmonies of #DBBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE0C

Black with #DBBE0C

Text Example


Text Example

White with #DBBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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