Html Css Color HEX #DBB202 Sunflower

📋 copy color: '#DBB202'

red 219 ◦ green 178 ◦ blue 2

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

Shades of Sunflower #DBB202

Tints of Sunflower #DBB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

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

R = 54.89%
G = 44.61%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBB202 (or 0xDBB202) is known color: Sunflower. HEX triplet: DB, B2 and 02. RGB value is (219,178,2). Sum of RGB (Red+Green+Blue) = 219+178+2=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB202 is #244DFD. Grayscale: #AAAAAA. Windows color (decimal): -2379262 or 176859. OLE color: 176859.

HSL color Cylindrical-coordinate representation of color #DBB202: hue angle of 48.66º 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 #DBB202 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 2 -
CMYK 0 0.19 0.99 0.14
HSL 48.66º 0.98% 0.43% -
HSV(B) 48.66º 0.99% 0.86% -
XYZ 45.14 46.91 6.73 -
YUV 170.2 33.08 162.81 -
System Red Green Blue C M Y K H S L
Decimal 219 178 2 0 0.19 0.99 0.14 48.66 0.98 0.43
Hex DB B2 2 0 13 63 E 31 62 2B
Octal 333 262 2 0 23 143 16 61 142 53
Binary 11011011 10110010 10 0 10011 1100011 1110 110001 1100010 101011

Color Harmonies of #DBB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB202

Black with #DBB202

Text Example


Text Example

White with #DBB202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB202; }

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

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

background-color css

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

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

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

border-color css

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

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

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