Html Css Color HEX #D9C13C Wattle

📋 copy color: '#D9C13C'

red 217 ◦ green 193 ◦ blue 60

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

Shades of Wattle #D9C13C

Tints of Wattle #D9C13C

RGB

 RED value IS 217 (85.16% from 255) = 46.17%

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

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

R = 46.17%
G = 41.06%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9C13C (or 0xD9C13C) is known color: Wattle. HEX triplet: D9, C1 and 3C. RGB value is (217,193,60). Sum of RGB (Red+Green+Blue) = 217+193+60=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C13C is #263EC3. Grayscale: #B9B9B9. Windows color (decimal): -2506436 or 3981785. OLE color: 3981785.

HSL color Cylindrical-coordinate representation of color #D9C13C: hue angle of 50.83º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9C13C is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 193 60 -
CMYK 0 0.11 0.72 0.15
HSL 50.83º 0.67% 0.54% -
HSV(B) 50.83º 0.72% 0.85% -
XYZ 48.5 53.22 11.99 -
YUV 185.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 217 193 60 0 0.11 0.72 0.15 50.83 0.67 0.54
Hex D9 C1 3C 0 B 48 F 33 43 36
Octal 331 301 74 0 13 110 17 63 103 66
Binary 11011001 11000001 111100 0 1011 1001000 1111 110011 1000011 110110

Color Harmonies of #D9C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C13C

Black with #D9C13C

Text Example


Text Example

White with #D9C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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