Html Css Color HEX #D2B20F Bird Flower

📋 copy color: '#D2B20F'

red 210 ◦ green 178 ◦ blue 15

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

Shades of Bird Flower #D2B20F

Tints of Bird Flower #D2B20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.72%

R = 52.11%
G = 44.17%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2B20F (or 0xD2B20F) is known color: Bird Flower. HEX triplet: D2, B2 and 0F. RGB value is (210,178,15). Sum of RGB (Red+Green+Blue) = 210+178+15=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B20F is #2D4DF0. Grayscale: #A9A9A9. Windows color (decimal): -2969073 or 1028818. OLE color: 1028818.

HSL color Cylindrical-coordinate representation of color #D2B20F: hue angle of 50.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2B20F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 178 15 -
CMYK 0 0.15 0.93 0.18
HSL 50.15º 0.87% 0.44% -
HSV(B) 50.15º 0.93% 0.82% -
XYZ 42.58 45.58 7 -
YUV 168.99 41.1 157.25 -
System Red Green Blue C M Y K H S L
Decimal 210 178 15 0 0.15 0.93 0.18 50.15 0.87 0.44
Hex D2 B2 F 0 F 5D 12 32 57 2C
Octal 322 262 17 0 17 135 22 62 127 54
Binary 11010010 10110010 1111 0 1111 1011101 10010 110010 1010111 101100

Color Harmonies of #D2B20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B20F

Black with #D2B20F

Text Example


Text Example

White with #D2B20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B20F; }

 p { color: rgb(210,178,15); }

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

background-color css

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

 a { background-color: rgb(210,178,15); }

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

border-color css

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

 span { border-color: rgb(210,178,15); }

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