Html Css Color HEX #DBBE01 Sunflower

📋 copy color: '#DBBE01'

red 219 ◦ green 190 ◦ blue 1

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

Shades of Sunflower #DBBE01

Tints of Sunflower #DBBE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.41%
G = 46.34%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBBE01 (or 0xDBBE01) is known color: Sunflower. HEX triplet: DB, BE and 01. RGB value is (219,190,1). Sum of RGB (Red+Green+Blue) = 219+190+1=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE01 is #2441FE. Grayscale: #B1B1B1. Windows color (decimal): -2376191 or 114395. OLE color: 114395.

HSL color Cylindrical-coordinate representation of color #DBBE01: hue angle of 52.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBBE01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 190 1 -
CMYK 0 0.13 1.00 0.14
HSL 52.02º 0.99% 0.43% -
HSV(B) 52.02º 1% 0.86% -
XYZ 47.63 51.89 7.53 -
YUV 177.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 219 190 1 0 0.13 1.00 0.14 52.02 0.99 0.43
Hex DB BE 1 0 D 64 E 34 63 2B
Octal 333 276 1 0 15 144 16 64 143 53
Binary 11011011 10111110 1 0 1101 1100100 1110 110100 1100011 101011

Color Harmonies of #DBBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE01

Black with #DBBE01

Text Example


Text Example

White with #DBBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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