Html Css Color HEX #D2C417 Bird Flower

📋 copy color: '#D2C417'

red 210 ◦ green 196 ◦ blue 23

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

Shades of Bird Flower #D2C417

Tints of Bird Flower #D2C417

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.69%

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

R = 48.95%
G = 45.69%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D2C417 (or 0xD2C417) is known color: Bird Flower. HEX triplet: D2, C4 and 17. RGB value is (210,196,23). Sum of RGB (Red+Green+Blue) = 210+196+23=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C417 is #2D3BE8. Grayscale: #B5B5B5. Windows color (decimal): -2964457 or 1557714. OLE color: 1557714.

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

Color convert

RGB 210 196 23 -
CMYK 0 0.07 0.89 0.18
HSL 55.51º 0.8% 0.46% -
HSV(B) 55.51º 0.89% 0.82% -
XYZ 46.47 53.24 8.64 -
YUV 180.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 210 196 23 0 0.07 0.89 0.18 55.51 0.8 0.46
Hex D2 C4 17 0 7 59 12 38 50 2E
Octal 322 304 27 0 7 131 22 70 120 56
Binary 11010010 11000100 10111 0 111 1011001 10010 111000 1010000 101110

Color Harmonies of #D2C417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C417

Black with #D2C417

Text Example


Text Example

White with #D2C417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C417; }

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

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

background-color css

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

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

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

border-color css

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

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

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