Html Css Color HEX #D4C018 Bird Flower

📋 copy color: '#D4C018'

red 212 ◦ green 192 ◦ blue 24

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

Shades of Bird Flower #D4C018

Tints of Bird Flower #D4C018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.61%

R = 49.53%
G = 44.86%
B = 5.61%

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

#D4C018 (or 0xD4C018) is known color: Bird Flower. HEX triplet: D4, C0 and 18. RGB value is (212,192,24). Sum of RGB (Red+Green+Blue) = 212+192+24=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C018 is #2B3FE7. Grayscale: #B3B3B3. Windows color (decimal): -2834408 or 1622228. OLE color: 1622228.

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

Color convert

RGB 212 192 24 -
CMYK 0 0.09 0.89 0.17
HSL 53.62º 0.8% 0.46% -
HSV(B) 53.62º 0.89% 0.83% -
XYZ 46.17 51.76 8.42 -
YUV 178.83 40.63 151.66 -
System Red Green Blue C M Y K H S L
Decimal 212 192 24 0 0.09 0.89 0.17 53.62 0.8 0.46
Hex D4 C0 18 0 9 59 11 36 50 2E
Octal 324 300 30 0 11 131 21 66 120 56
Binary 11010100 11000000 11000 0 1001 1011001 10001 110110 1010000 101110

Color Harmonies of #D4C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C018

Black with #D4C018

Text Example


Text Example

White with #D4C018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C018; }

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

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

background-color css

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

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

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

border-color css

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

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

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