Html Css Color HEX #D2B40D Bird Flower

📋 copy color: '#D2B40D'

red 210 ◦ green 180 ◦ blue 13

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

Shades of Bird Flower #D2B40D

Tints of Bird Flower #D2B40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 52.11%
G = 44.67%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2B40D (or 0xD2B40D) is known color: Bird Flower. HEX triplet: D2, B4 and 0D. RGB value is (210,180,13). Sum of RGB (Red+Green+Blue) = 210+180+13=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B40D is #2D4BF2. Grayscale: #AAAAAA. Windows color (decimal): -2968563 or 898258. OLE color: 898258.

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

Color convert

RGB 210 180 13 -
CMYK 0 0.14 0.94 0.18
HSL 50.86º 0.88% 0.44% -
HSV(B) 50.86º 0.94% 0.82% -
XYZ 42.97 46.37 7.07 -
YUV 169.93 39.44 156.58 -
System Red Green Blue C M Y K H S L
Decimal 210 180 13 0 0.14 0.94 0.18 50.86 0.88 0.44
Hex D2 B4 D 0 E 5E 12 33 58 2C
Octal 322 264 15 0 16 136 22 63 130 54
Binary 11010010 10110100 1101 0 1110 1011110 10010 110011 1011000 101100

Color Harmonies of #D2B40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B40D

Black with #D2B40D

Text Example


Text Example

White with #D2B40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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