Html Css Color HEX #D2B00E Bird Flower

📋 copy color: '#D2B00E'

red 210 ◦ green 176 ◦ blue 14

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

Shades of Bird Flower #D2B00E

Tints of Bird Flower #D2B00E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44%

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 52.5%
G = 44%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2B00E (or 0xD2B00E) is known color: Bird Flower. HEX triplet: D2, B0 and 0E. RGB value is (210,176,14). Sum of RGB (Red+Green+Blue) = 210+176+14=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B00E is #2D4FF1. Grayscale: #A8A8A8. Windows color (decimal): -2969586 or 962770. OLE color: 962770.

HSL color Cylindrical-coordinate representation of color #D2B00E: hue angle of 49.59º degrees, saturation: 0.88, 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 #D2B00E is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 176 14 -
CMYK 0 0.16 0.93 0.18
HSL 49.59º 0.88% 0.44% -
HSV(B) 49.59º 0.93% 0.82% -
XYZ 42.18 44.78 6.84 -
YUV 167.7 41.26 158.17 -
System Red Green Blue C M Y K H S L
Decimal 210 176 14 0 0.16 0.93 0.18 49.59 0.88 0.44
Hex D2 B0 E 0 10 5D 12 32 58 2C
Octal 322 260 16 0 20 135 22 62 130 54
Binary 11010010 10110000 1110 0 10000 1011101 10010 110010 1011000 101100

Color Harmonies of #D2B00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B00E

Black with #D2B00E

Text Example


Text Example

White with #D2B00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B00E; }

 p { color: rgb(210,176,14); }

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

background-color css

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

 a { background-color: rgb(210,176,14); }

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

border-color css

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

 span { border-color: rgb(210,176,14); }

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