Html Css Color HEX #DBB902 Sunflower

📋 copy color: '#DBB902'

red 219 ◦ green 185 ◦ blue 2

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

Shades of Sunflower #DBB902

Tints of Sunflower #DBB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.57%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 53.94%
G = 45.57%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBB902 (or 0xDBB902) is known color: Sunflower. HEX triplet: DB, B9 and 02. RGB value is (219,185,2). Sum of RGB (Red+Green+Blue) = 219+185+2=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB902 is #2446FD. Grayscale: #AFAFAF. Windows color (decimal): -2377470 or 178651. OLE color: 178651.

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

Color convert

RGB 219 185 2 -
CMYK 0 0.16 0.99 0.14
HSL 50.6º 0.98% 0.43% -
HSV(B) 50.6º 0.99% 0.86% -
XYZ 46.57 49.76 7.21 -
YUV 174.3 30.76 159.88 -
System Red Green Blue C M Y K H S L
Decimal 219 185 2 0 0.16 0.99 0.14 50.6 0.98 0.43
Hex DB B9 2 0 10 63 E 33 62 2B
Octal 333 271 2 0 20 143 16 63 142 53
Binary 11011011 10111001 10 0 10000 1100011 1110 110011 1100010 101011

Color Harmonies of #DBB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB902

Black with #DBB902

Text Example


Text Example

White with #DBB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB902; }

 p { color: rgb(219,185,2); }

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

background-color css

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

 a { background-color: rgb(219,185,2); }

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

border-color css

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

 span { border-color: rgb(219,185,2); }

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