Html Css Color HEX #D4C13C Wattle

📋 copy color: '#D4C13C'

red 212 ◦ green 193 ◦ blue 60

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

Shades of Wattle #D4C13C

Tints of Wattle #D4C13C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.51%

 BLUE value IS 60 (23.83% from 255) = 12.9%

R = 45.59%
G = 41.51%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4C13C (or 0xD4C13C) is known color: Wattle. HEX triplet: D4, C1 and 3C. RGB value is (212,193,60). Sum of RGB (Red+Green+Blue) = 212+193+60=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C13C is #2B3EC3. Grayscale: #B8B8B8. Windows color (decimal): -2834116 or 3981780. OLE color: 3981780.

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

Color convert

RGB 212 193 60 -
CMYK 0 0.09 0.72 0.17
HSL 52.5º 0.64% 0.53% -
HSV(B) 52.5º 0.72% 0.83% -
XYZ 47.04 52.46 11.92 -
YUV 183.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 212 193 60 0 0.09 0.72 0.17 52.5 0.64 0.53
Hex D4 C1 3C 0 9 48 11 34 40 35
Octal 324 301 74 0 11 110 21 64 100 65
Binary 11010100 11000001 111100 0 1001 1001000 10001 110100 1000000 110101

Color Harmonies of #D4C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C13C

Black with #D4C13C

Text Example


Text Example

White with #D4C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C13C; }

 p { color: rgb(212,193,60); }

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

background-color css

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

 a { background-color: rgb(212,193,60); }

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

border-color css

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

 span { border-color: rgb(212,193,60); }

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