Html Css Color HEX #D4C913 Bird Flower

📋 copy color: '#D4C913'

red 212 ◦ green 201 ◦ blue 19

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

Shades of Bird Flower #D4C913

Tints of Bird Flower #D4C913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.53%

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

R = 49.07%
G = 46.53%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4C913 (or 0xD4C913) is known color: Bird Flower. HEX triplet: D4, C9 and 13. RGB value is (212,201,19). Sum of RGB (Red+Green+Blue) = 212+201+19=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C913 is #2B36EC. Grayscale: #B8B8B8. Windows color (decimal): -2832109 or 1296852. OLE color: 1296852.

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

Color convert

RGB 212 201 19 -
CMYK 0 0.05 0.91 0.17
HSL 56.58º 0.84% 0.45% -
HSV(B) 56.58º 0.91% 0.83% -
XYZ 48.16 55.82 8.85 -
YUV 183.54 35.14 148.3 -
System Red Green Blue C M Y K H S L
Decimal 212 201 19 0 0.05 0.91 0.17 56.58 0.84 0.45
Hex D4 C9 13 0 5 5B 11 39 54 2D
Octal 324 311 23 0 5 133 21 71 124 55
Binary 11010100 11001001 10011 0 101 1011011 10001 111001 1010100 101101

Color Harmonies of #D4C913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C913

Black with #D4C913

Text Example


Text Example

White with #D4C913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C913; }

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

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

background-color css

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

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

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

border-color css

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

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

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