Html Css Color HEX #D2B902 Bird Flower

📋 copy color: '#D2B902'

red 210 ◦ green 185 ◦ blue 2

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

Shades of Bird Flower #D2B902

Tints of Bird Flower #D2B902

RGB

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

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

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

R = 52.9%
G = 46.6%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D2B902 (or 0xD2B902) is known color: Bird Flower. HEX triplet: D2, B9 and 02. RGB value is (210,185,2). Sum of RGB (Red+Green+Blue) = 210+185+2=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B902 is #2D46FD. Grayscale: #ACACAC. Windows color (decimal): -2967294 or 178642. OLE color: 178642.

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

Color convert

RGB 210 185 2 -
CMYK 0 0.12 0.99 0.18
HSL 52.79º 0.98% 0.42% -
HSV(B) 52.79º 0.99% 0.82% -
XYZ 43.94 48.4 7.08 -
YUV 171.61 32.28 155.38 -
System Red Green Blue C M Y K H S L
Decimal 210 185 2 0 0.12 0.99 0.18 52.79 0.98 0.42
Hex D2 B9 2 0 C 63 12 35 62 2A
Octal 322 271 2 0 14 143 22 65 142 52
Binary 11010010 10111001 10 0 1100 1100011 10010 110101 1100010 101010

Color Harmonies of #D2B902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B902

Black with #D2B902

Text Example


Text Example

White with #D2B902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B902; }

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

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

background-color css

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

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

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

border-color css

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

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

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