Html Css Color HEX #D4C60A Bird Flower

📋 copy color: '#D4C60A'

red 212 ◦ green 198 ◦ blue 10

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

Shades of Bird Flower #D4C60A

Tints of Bird Flower #D4C60A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

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

R = 50.48%
G = 47.14%
B = 2.38%

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

#D4C60A (or 0xD4C60A) is known color: Bird Flower. HEX triplet: D4, C6 and 0A. RGB value is (212,198,10). Sum of RGB (Red+Green+Blue) = 212+198+10=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C60A is #2B39F5. Grayscale: #B5B5B5. Windows color (decimal): -2832886 or 706260. OLE color: 706260.

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

Color convert

RGB 212 198 10 -
CMYK 0 0.07 0.95 0.17
HSL 55.84º 0.91% 0.44% -
HSV(B) 55.84º 0.95% 0.83% -
XYZ 47.4 54.41 8.29 -
YUV 180.75 31.64 150.29 -
System Red Green Blue C M Y K H S L
Decimal 212 198 10 0 0.07 0.95 0.17 55.84 0.91 0.44
Hex D4 C6 A 0 7 5F 11 38 5B 2C
Octal 324 306 12 0 7 137 21 70 133 54
Binary 11010100 11000110 1010 0 111 1011111 10001 111000 1011011 101100

Color Harmonies of #D4C60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C60A

Black with #D4C60A

Text Example


Text Example

White with #D4C60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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