Html Css Color HEX #D2BD1A Bird Flower

📋 copy color: '#D2BD1A'

red 210 ◦ green 189 ◦ blue 26

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

Shades of Bird Flower #D2BD1A

Tints of Bird Flower #D2BD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.47%

 BLUE value IS 26 (10.55% from 255) = 6.12%

R = 49.41%
G = 44.47%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2BD1A (or 0xD2BD1A) is known color: Bird Flower. HEX triplet: D2, BD and 1A. RGB value is (210,189,26). Sum of RGB (Red+Green+Blue) = 210+189+26=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD1A is #2D42E5. Grayscale: #B1B1B1. Windows color (decimal): -2966246 or 1752530. OLE color: 1752530.

HSL color Cylindrical-coordinate representation of color #D2BD1A: hue angle of 53.15º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2BD1A is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 189 26 -
CMYK 0 0.10 0.88 0.18
HSL 53.15º 0.78% 0.46% -
HSV(B) 53.15º 0.88% 0.82% -
XYZ 44.96 50.17 8.29 -
YUV 176.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 210 189 26 0 0.10 0.88 0.18 53.15 0.78 0.46
Hex D2 BD 1A 0 A 58 12 35 4E 2E
Octal 322 275 32 0 12 130 22 65 116 56
Binary 11010010 10111101 11010 0 1010 1011000 10010 110101 1001110 101110

Color Harmonies of #D2BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BD1A

Black with #D2BD1A

Text Example


Text Example

White with #D2BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BD1A; }

 p { color: rgb(210,189,26); }

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

background-color css

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

 a { background-color: rgb(210,189,26); }

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

border-color css

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

 span { border-color: rgb(210,189,26); }

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