Html Css Color HEX #D2C019 Bird Flower

📋 copy color: '#D2C019'

red 210 ◦ green 192 ◦ blue 25

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

Shades of Bird Flower #D2C019

Tints of Bird Flower #D2C019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

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

R = 49.18%
G = 44.96%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2C019 (or 0xD2C019) is known color: Bird Flower. HEX triplet: D2, C0 and 19. RGB value is (210,192,25). Sum of RGB (Red+Green+Blue) = 210+192+25=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C019 is #2D3FE6. Grayscale: #B3B3B3. Windows color (decimal): -2965479 or 1687762. OLE color: 1687762.

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

Color convert

RGB 210 192 25 -
CMYK 0 0.09 0.88 0.18
HSL 54.16º 0.79% 0.46% -
HSV(B) 54.16º 0.88% 0.82% -
XYZ 45.6 51.47 8.45 -
YUV 178.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 210 192 25 0 0.09 0.88 0.18 54.16 0.79 0.46
Hex D2 C0 19 0 9 58 12 36 4F 2E
Octal 322 300 31 0 11 130 22 66 117 56
Binary 11010010 11000000 11001 0 1001 1011000 10010 110110 1001111 101110

Color Harmonies of #D2C019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C019

Black with #D2C019

Text Example


Text Example

White with #D2C019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C019; }

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

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

background-color css

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

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

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

border-color css

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

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

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