Html Css Color HEX #D2BE0E Bird Flower

📋 copy color: '#D2BE0E'

red 210 ◦ green 190 ◦ blue 14

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

Shades of Bird Flower #D2BE0E

Tints of Bird Flower #D2BE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.89%

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

R = 50.72%
G = 45.89%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2BE0E (or 0xD2BE0E) is known color: Bird Flower. HEX triplet: D2, BE and 0E. RGB value is (210,190,14). Sum of RGB (Red+Green+Blue) = 210+190+14=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BE0E is #2D41F1. Grayscale: #B0B0B0. Windows color (decimal): -2966002 or 966354. OLE color: 966354.

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

Color convert

RGB 210 190 14 -
CMYK 0 0.10 0.93 0.18
HSL 53.88º 0.88% 0.44% -
HSV(B) 53.88º 0.93% 0.82% -
XYZ 45.07 50.56 7.8 -
YUV 175.92 36.63 152.31 -
System Red Green Blue C M Y K H S L
Decimal 210 190 14 0 0.10 0.93 0.18 53.88 0.88 0.44
Hex D2 BE E 0 A 5D 12 36 58 2C
Octal 322 276 16 0 12 135 22 66 130 54
Binary 11010010 10111110 1110 0 1010 1011101 10010 110110 1011000 101100

Color Harmonies of #D2BE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BE0E

Black with #D2BE0E

Text Example


Text Example

White with #D2BE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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