Html Css Color HEX #D4C017 Bird Flower

📋 copy color: '#D4C017'

red 212 ◦ green 192 ◦ blue 23

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

Shades of Bird Flower #D4C017

Tints of Bird Flower #D4C017

RGB

 RED value IS 212 (83.2% from 255) = 49.65%

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

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

R = 49.65%
G = 44.96%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D4C017 (or 0xD4C017) is known color: Bird Flower. HEX triplet: D4, C0 and 17. RGB value is (212,192,23). Sum of RGB (Red+Green+Blue) = 212+192+23=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C017 is #2B3FE8. Grayscale: #B3B3B3. Windows color (decimal): -2834409 or 1556692. OLE color: 1556692.

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

Color convert

RGB 212 192 23 -
CMYK 0 0.09 0.89 0.17
HSL 53.65º 0.8% 0.46% -
HSV(B) 53.65º 0.89% 0.83% -
XYZ 46.16 51.76 8.37 -
YUV 178.71 40.13 151.74 -
System Red Green Blue C M Y K H S L
Decimal 212 192 23 0 0.09 0.89 0.17 53.65 0.8 0.46
Hex D4 C0 17 0 9 59 11 36 50 2E
Octal 324 300 27 0 11 131 21 66 120 56
Binary 11010100 11000000 10111 0 1001 1011001 10001 110110 1010000 101110

Color Harmonies of #D4C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C017

Black with #D4C017

Text Example


Text Example

White with #D4C017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C017; }

 p { color: rgb(212,192,23); }

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

background-color css

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

 a { background-color: rgb(212,192,23); }

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

border-color css

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

 span { border-color: rgb(212,192,23); }

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