Html Css Color HEX #D2B313 Bird Flower

📋 copy color: '#D2B313'

red 210 ◦ green 179 ◦ blue 19

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

Shades of Bird Flower #D2B313

Tints of Bird Flower #D2B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.87%

 BLUE value IS 19 (7.81% from 255) = 4.66%

R = 51.47%
G = 43.87%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D2B313 (or 0xD2B313) is known color: Bird Flower. HEX triplet: D2, B3 and 13. RGB value is (210,179,19). Sum of RGB (Red+Green+Blue) = 210+179+19=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B313 is #2D4CEC. Grayscale: #AAAAAA. Windows color (decimal): -2968813 or 1291218. OLE color: 1291218.

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

Color convert

RGB 210 179 19 -
CMYK 0 0.15 0.91 0.18
HSL 50.26º 0.83% 0.45% -
HSV(B) 50.26º 0.91% 0.82% -
XYZ 42.82 45.99 7.24 -
YUV 170.03 42.77 156.51 -
System Red Green Blue C M Y K H S L
Decimal 210 179 19 0 0.15 0.91 0.18 50.26 0.83 0.45
Hex D2 B3 13 0 F 5B 12 32 53 2D
Octal 322 263 23 0 17 133 22 62 123 55
Binary 11010010 10110011 10011 0 1111 1011011 10010 110010 1010011 101101

Color Harmonies of #D2B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B313

Black with #D2B313

Text Example


Text Example

White with #D2B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B313; }

 p { color: rgb(210,179,19); }

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

background-color css

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

 a { background-color: rgb(210,179,19); }

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

border-color css

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

 span { border-color: rgb(210,179,19); }

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