Html Css Color HEX #D2B502 Bird Flower

📋 copy color: '#D2B502'

red 210 ◦ green 181 ◦ blue 2

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

Shades of Bird Flower #D2B502

Tints of Bird Flower #D2B502

RGB

 RED value IS 210 (82.42% from 255) = 53.44%

 GREEN value IS 181 (71.09% from 255) = 46.06%

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

R = 53.44%
G = 46.06%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D2B502 (or 0xD2B502) is known color: Bird Flower. HEX triplet: D2, B5 and 02. RGB value is (210,181,2). Sum of RGB (Red+Green+Blue) = 210+181+2=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B502 is #2D4AFD. Grayscale: #AAAAAA. Windows color (decimal): -2968318 or 177618. OLE color: 177618.

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

Color convert

RGB 210 181 2 -
CMYK 0 0.14 0.99 0.18
HSL 51.63º 0.98% 0.42% -
HSV(B) 51.63º 0.99% 0.82% -
XYZ 43.11 46.75 6.81 -
YUV 169.27 33.61 157.05 -
System Red Green Blue C M Y K H S L
Decimal 210 181 2 0 0.14 0.99 0.18 51.63 0.98 0.42
Hex D2 B5 2 0 E 63 12 34 62 2A
Octal 322 265 2 0 16 143 22 64 142 52
Binary 11010010 10110101 10 0 1110 1100011 10010 110100 1100010 101010

Color Harmonies of #D2B502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B502

Black with #D2B502

Text Example


Text Example

White with #D2B502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B502; }

 p { color: rgb(210,181,2); }

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

background-color css

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

 a { background-color: rgb(210,181,2); }

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

border-color css

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

 span { border-color: rgb(210,181,2); }

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