Html Css Color HEX #DBBB22 Sunflower

📋 copy color: '#DBBB22'

red 219 ◦ green 187 ◦ blue 34

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

Shades of Sunflower #DBBB22

Tints of Sunflower #DBBB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.73%

R = 49.77%
G = 42.5%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBBB22 (or 0xDBBB22) is known color: Sunflower. HEX triplet: DB, BB and 22. RGB value is (219,187,34). Sum of RGB (Red+Green+Blue) = 219+187+34=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB22 is #2444DD. Grayscale: #B3B3B3. Windows color (decimal): -2376926 or 2276315. OLE color: 2276315.

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

Color convert

RGB 219 187 34 -
CMYK 0 0.15 0.84 0.14
HSL 49.62º 0.73% 0.5% -
HSV(B) 49.62º 0.84% 0.86% -
XYZ 47.27 50.72 8.81 -
YUV 179.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 219 187 34 0 0.15 0.84 0.14 49.62 0.73 0.5
Hex DB BB 22 0 F 54 E 32 49 32
Octal 333 273 42 0 17 124 16 62 111 62
Binary 11011011 10111011 100010 0 1111 1010100 1110 110010 1001001 110010

Color Harmonies of #DBBB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB22

Black with #DBBB22

Text Example


Text Example

White with #DBBB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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