Html Css Color HEX #D4C013 Bird Flower

📋 copy color: '#D4C013'

red 212 ◦ green 192 ◦ blue 19

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

Shades of Bird Flower #D4C013

Tints of Bird Flower #D4C013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.49%

R = 50.12%
G = 45.39%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4C013 (or 0xD4C013) is known color: Bird Flower. HEX triplet: D4, C0 and 13. RGB value is (212,192,19). Sum of RGB (Red+Green+Blue) = 212+192+19=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C013 is #2B3FEC. Grayscale: #B2B2B2. Windows color (decimal): -2834413 or 1294548. OLE color: 1294548.

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

Color convert

RGB 212 192 19 -
CMYK 0 0.09 0.91 0.17
HSL 53.78º 0.84% 0.45% -
HSV(B) 53.78º 0.91% 0.83% -
XYZ 46.12 51.74 8.17 -
YUV 178.26 38.13 152.07 -
System Red Green Blue C M Y K H S L
Decimal 212 192 19 0 0.09 0.91 0.17 53.78 0.84 0.45
Hex D4 C0 13 0 9 5B 11 36 54 2D
Octal 324 300 23 0 11 133 21 66 124 55
Binary 11010100 11000000 10011 0 1001 1011011 10001 110110 1010100 101101

Color Harmonies of #D4C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C013

Black with #D4C013

Text Example


Text Example

White with #D4C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C013; }

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

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

background-color css

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

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

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

border-color css

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

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

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