Html Css Color HEX #D2C510 Bird Flower

📋 copy color: '#D2C510'

red 210 ◦ green 197 ◦ blue 16

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

Shades of Bird Flower #D2C510

Tints of Bird Flower #D2C510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.57%

 BLUE value IS 16 (6.64% from 255) = 3.78%

R = 49.65%
G = 46.57%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2C510 (or 0xD2C510) is known color: Bird Flower. HEX triplet: D2, C5 and 10. RGB value is (210,197,16). Sum of RGB (Red+Green+Blue) = 210+197+16=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C510 is #2D3AEF. Grayscale: #B4B4B4. Windows color (decimal): -2964208 or 1099218. OLE color: 1099218.

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

Color convert

RGB 210 197 16 -
CMYK 0 0.06 0.92 0.18
HSL 55.98º 0.86% 0.44% -
HSV(B) 55.98º 0.92% 0.82% -
XYZ 46.64 53.67 8.39 -
YUV 180.25 35.31 149.22 -
System Red Green Blue C M Y K H S L
Decimal 210 197 16 0 0.06 0.92 0.18 55.98 0.86 0.44
Hex D2 C5 10 0 6 5C 12 38 56 2C
Octal 322 305 20 0 6 134 22 70 126 54
Binary 11010010 11000101 10000 0 110 1011100 10010 111000 1010110 101100

Color Harmonies of #D2C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C510

Black with #D2C510

Text Example


Text Example

White with #D2C510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C510; }

 p { color: rgb(210,197,16); }

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

background-color css

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

 a { background-color: rgb(210,197,16); }

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

border-color css

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

 span { border-color: rgb(210,197,16); }

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