Html Css Color HEX #D4C314 Bird Flower

📋 copy color: '#D4C314'

red 212 ◦ green 195 ◦ blue 20

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

Shades of Bird Flower #D4C314

Tints of Bird Flower #D4C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.67%

 BLUE value IS 20 (8.2% from 255) = 4.68%

R = 49.65%
G = 45.67%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4C314 (or 0xD4C314) is known color: Bird Flower. HEX triplet: D4, C3 and 14. RGB value is (212,195,20). Sum of RGB (Red+Green+Blue) = 212+195+20=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C314 is #2B3CEB. Grayscale: #B4B4B4. Windows color (decimal): -2833644 or 1360852. OLE color: 1360852.

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

Color convert

RGB 212 195 20 -
CMYK 0 0.08 0.91 0.17
HSL 54.69º 0.83% 0.45% -
HSV(B) 54.69º 0.91% 0.83% -
XYZ 46.79 53.08 8.44 -
YUV 180.13 37.63 150.73 -
System Red Green Blue C M Y K H S L
Decimal 212 195 20 0 0.08 0.91 0.17 54.69 0.83 0.45
Hex D4 C3 14 0 8 5B 11 37 53 2D
Octal 324 303 24 0 10 133 21 67 123 55
Binary 11010100 11000011 10100 0 1000 1011011 10001 110111 1010011 101101

Color Harmonies of #D4C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C314

Black with #D4C314

Text Example


Text Example

White with #D4C314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C314; }

 p { color: rgb(212,195,20); }

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

background-color css

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

 a { background-color: rgb(212,195,20); }

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

border-color css

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

 span { border-color: rgb(212,195,20); }

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