Html Css Color HEX #DBBF2A Sunflower

📋 copy color: '#DBBF2A'

red 219 ◦ green 191 ◦ blue 42

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

Shades of Sunflower #DBBF2A

Tints of Sunflower #DBBF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 42.26%

 BLUE value IS 42 (16.8% from 255) = 9.29%

R = 48.45%
G = 42.26%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBBF2A (or 0xDBBF2A) is known color: Sunflower. HEX triplet: DB, BF and 2A. RGB value is (219,191,42). Sum of RGB (Red+Green+Blue) = 219+191+42=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBF2A is #2440D5. Grayscale: #B7B7B7. Windows color (decimal): -2375894 or 2801627. OLE color: 2801627.

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

Color convert

RGB 219 191 42 -
CMYK 0 0.13 0.81 0.14
HSL 50.51º 0.71% 0.51% -
HSV(B) 50.51º 0.81% 0.86% -
XYZ 48.26 52.49 9.78 -
YUV 182.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 219 191 42 0 0.13 0.81 0.14 50.51 0.71 0.51
Hex DB BF 2A 0 D 51 E 33 47 33
Octal 333 277 52 0 15 121 16 63 107 63
Binary 11011011 10111111 101010 0 1101 1010001 1110 110011 1000111 110011

Color Harmonies of #DBBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBF2A

Black with #DBBF2A

Text Example


Text Example

White with #DBBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBF2A; }

 p { color: rgb(219,191,42); }

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

background-color css

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

 a { background-color: rgb(219,191,42); }

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

border-color css

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

 span { border-color: rgb(219,191,42); }

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