Html Css Color HEX #DBBB20 Sunflower

📋 copy color: '#DBBB20'

red 219 ◦ green 187 ◦ blue 32

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

Shades of Sunflower #DBBB20

Tints of Sunflower #DBBB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.31%

R = 50%
G = 42.69%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBBB20 (or 0xDBBB20) is known color: Sunflower. HEX triplet: DB, BB and 20. RGB value is (219,187,32). Sum of RGB (Red+Green+Blue) = 219+187+32=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB20 is #2444DF. Grayscale: #B3B3B3. Windows color (decimal): -2376928 or 2145243. OLE color: 2145243.

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

Color convert

RGB 219 187 32 -
CMYK 0 0.15 0.85 0.14
HSL 49.73º 0.75% 0.49% -
HSV(B) 49.73º 0.85% 0.86% -
XYZ 47.24 50.71 8.66 -
YUV 178.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 219 187 32 0 0.15 0.85 0.14 49.73 0.75 0.49
Hex DB BB 20 0 F 55 E 32 4B 31
Octal 333 273 40 0 17 125 16 62 113 61
Binary 11011011 10111011 100000 0 1111 1010101 1110 110010 1001011 110001

Color Harmonies of #DBBB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB20

Black with #DBBB20

Text Example


Text Example

White with #DBBB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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