Html Css Color HEX #D2B619 Bird Flower

📋 copy color: '#D2B619'

red 210 ◦ green 182 ◦ blue 25

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

Shades of Bird Flower #D2B619

Tints of Bird Flower #D2B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.65%

 BLUE value IS 25 (10.16% from 255) = 6%

R = 50.36%
G = 43.65%
B = 6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2B619 (or 0xD2B619) is known color: Bird Flower. HEX triplet: D2, B6 and 19. RGB value is (210,182,25). Sum of RGB (Red+Green+Blue) = 210+182+25=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B619 is #2D49E6. Grayscale: #ADADAD. Windows color (decimal): -2968039 or 1685202. OLE color: 1685202.

HSL color Cylindrical-coordinate representation of color #D2B619: hue angle of 50.92º degrees, saturation: 0.79, 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 #D2B619 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 182 25 -
CMYK 0 0.13 0.88 0.18
HSL 50.92º 0.79% 0.46% -
HSV(B) 50.92º 0.88% 0.82% -
XYZ 43.48 47.23 7.74 -
YUV 172.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 210 182 25 0 0.13 0.88 0.18 50.92 0.79 0.46
Hex D2 B6 19 0 D 58 12 33 4F 2E
Octal 322 266 31 0 15 130 22 63 117 56
Binary 11010010 10110110 11001 0 1101 1011000 10010 110011 1001111 101110

Color Harmonies of #D2B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B619

Black with #D2B619

Text Example


Text Example

White with #D2B619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B619; }

 p { color: rgb(210,182,25); }

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

background-color css

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

 a { background-color: rgb(210,182,25); }

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

border-color css

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

 span { border-color: rgb(210,182,25); }

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