Html Css Color HEX #D4C50A Bird Flower

📋 copy color: '#D4C50A'

red 212 ◦ green 197 ◦ blue 10

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

Shades of Bird Flower #D4C50A

Tints of Bird Flower #D4C50A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.02%

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 50.6%
G = 47.02%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4C50A (or 0xD4C50A) is known color: Bird Flower. HEX triplet: D4, C5 and 0A. RGB value is (212,197,10). Sum of RGB (Red+Green+Blue) = 212+197+10=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C50A is #2B3AF5. Grayscale: #B4B4B4. Windows color (decimal): -2833142 or 706004. OLE color: 706004.

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

Color convert

RGB 212 197 10 -
CMYK 0 0.07 0.95 0.17
HSL 55.54º 0.91% 0.44% -
HSV(B) 55.54º 0.95% 0.83% -
XYZ 47.17 53.95 8.21 -
YUV 180.17 31.97 150.71 -
System Red Green Blue C M Y K H S L
Decimal 212 197 10 0 0.07 0.95 0.17 55.54 0.91 0.44
Hex D4 C5 A 0 7 5F 11 38 5B 2C
Octal 324 305 12 0 7 137 21 70 133 54
Binary 11010100 11000101 1010 0 111 1011111 10001 111000 1011011 101100

Color Harmonies of #D4C50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C50A

Black with #D4C50A

Text Example


Text Example

White with #D4C50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C50A; }

 p { color: rgb(212,197,10); }

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

background-color css

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

 a { background-color: rgb(212,197,10); }

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

border-color css

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

 span { border-color: rgb(212,197,10); }

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