Html Css Color HEX #D2BB02 Bird Flower

📋 copy color: '#D2BB02'

red 210 ◦ green 187 ◦ blue 2

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

Shades of Bird Flower #D2BB02

Tints of Bird Flower #D2BB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.87%

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

R = 52.63%
G = 46.87%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D2BB02 (or 0xD2BB02) is known color: Bird Flower. HEX triplet: D2, BB and 02. RGB value is (210,187,2). Sum of RGB (Red+Green+Blue) = 210+187+2=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BB02 is #2D44FD. Grayscale: #ADADAD. Windows color (decimal): -2966782 or 179154. OLE color: 179154.

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

Color convert

RGB 210 187 2 -
CMYK 0 0.11 0.99 0.18
HSL 53.37º 0.98% 0.42% -
HSV(B) 53.37º 0.99% 0.82% -
XYZ 44.36 49.25 7.22 -
YUV 172.79 31.62 154.54 -
System Red Green Blue C M Y K H S L
Decimal 210 187 2 0 0.11 0.99 0.18 53.37 0.98 0.42
Hex D2 BB 2 0 B 63 12 35 62 2A
Octal 322 273 2 0 13 143 22 65 142 52
Binary 11010010 10111011 10 0 1011 1100011 10010 110101 1100010 101010

Color Harmonies of #D2BB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB02

Black with #D2BB02

Text Example


Text Example

White with #D2BB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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