Html Css Color HEX #D2C717 Bird Flower

📋 copy color: '#D2C717'

red 210 ◦ green 199 ◦ blue 23

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

Shades of Bird Flower #D2C717

Tints of Bird Flower #D2C717

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.06%

 BLUE value IS 23 (9.38% from 255) = 5.32%

R = 48.61%
G = 46.06%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D2C717 (or 0xD2C717) is known color: Bird Flower. HEX triplet: D2, C7 and 17. RGB value is (210,199,23). Sum of RGB (Red+Green+Blue) = 210+199+23=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 23 (9.38% from 255 or 5.32% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C717 is #2D38E8. Grayscale: #B6B6B6. Windows color (decimal): -2963689 or 1558482. OLE color: 1558482.

HSL color Cylindrical-coordinate representation of color #D2C717: hue angle of 56.47º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2C717 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 199 23 -
CMYK 0 0.05 0.89 0.18
HSL 56.47º 0.8% 0.46% -
HSV(B) 56.47º 0.89% 0.82% -
XYZ 47.16 54.61 8.87 -
YUV 182.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 210 199 23 0 0.05 0.89 0.18 56.47 0.8 0.46
Hex D2 C7 17 0 5 59 12 38 50 2E
Octal 322 307 27 0 5 131 22 70 120 56
Binary 11010010 11000111 10111 0 101 1011001 10010 111000 1010000 101110

Color Harmonies of #D2C717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C717

Black with #D2C717

Text Example


Text Example

White with #D2C717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C717; }

 p { color: rgb(210,199,23); }

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

background-color css

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

 a { background-color: rgb(210,199,23); }

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

border-color css

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

 span { border-color: rgb(210,199,23); }

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