Html Css Color HEX #D2B414 Bird Flower

📋 copy color: '#D2B414'

red 210 ◦ green 180 ◦ blue 20

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

Shades of Bird Flower #D2B414

Tints of Bird Flower #D2B414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.9%

 BLUE value IS 20 (8.2% from 255) = 4.88%

R = 51.22%
G = 43.9%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D2B414 (or 0xD2B414) is known color: Bird Flower. HEX triplet: D2, B4 and 14. RGB value is (210,180,20). Sum of RGB (Red+Green+Blue) = 210+180+20=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B414 is #2D4BEB. Grayscale: #ABABAB. Windows color (decimal): -2968556 or 1357010. OLE color: 1357010.

HSL color Cylindrical-coordinate representation of color #D2B414: hue angle of 50.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2B414 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 180 20 -
CMYK 0 0.14 0.90 0.18
HSL 50.53º 0.83% 0.45% -
HSV(B) 50.53º 0.9% 0.82% -
XYZ 43.03 46.39 7.35 -
YUV 170.73 42.94 156.01 -
System Red Green Blue C M Y K H S L
Decimal 210 180 20 0 0.14 0.90 0.18 50.53 0.83 0.45
Hex D2 B4 14 0 E 5A 12 33 53 2D
Octal 322 264 24 0 16 132 22 63 123 55
Binary 11010010 10110100 10100 0 1110 1011010 10010 110011 1010011 101101

Color Harmonies of #D2B414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B414

Black with #D2B414

Text Example


Text Example

White with #D2B414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B414; }

 p { color: rgb(210,180,20); }

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

background-color css

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

 a { background-color: rgb(210,180,20); }

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

border-color css

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

 span { border-color: rgb(210,180,20); }

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