Html Css Color HEX #D5D43C Wattle

📋 copy color: '#D5D43C'

red 213 ◦ green 212 ◦ blue 60

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

Shades of Wattle #D5D43C

Tints of Wattle #D5D43C

RGB

 RED value IS 213 (83.59% from 255) = 43.92%

 GREEN value IS 212 (83.2% from 255) = 43.71%

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

R = 43.92%
G = 43.71%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5D43C (or 0xD5D43C) is known color: Wattle. HEX triplet: D5, D4 and 3C. RGB value is (213,212,60). Sum of RGB (Red+Green+Blue) = 213+212+60=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D43C is #2A2BC3. Grayscale: #C3C3C3. Windows color (decimal): -2763716 or 3986645. OLE color: 3986645.

HSL color Cylindrical-coordinate representation of color #D5D43C: hue angle of 59.61º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5D43C is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 60 -
CMYK 0 0.00 0.72 0.16
HSL 59.61º 0.65% 0.54% -
HSV(B) 59.61º 0.72% 0.84% -
XYZ 51.8 61.56 13.43 -
YUV 194.97 51.83 140.86 -
System Red Green Blue C M Y K H S L
Decimal 213 212 60 0 0.00 0.72 0.16 59.61 0.65 0.54
Hex D5 D4 3C 0 0 48 10 3C 41 36
Octal 325 324 74 0 0 110 20 74 101 66
Binary 11010101 11010100 111100 0 0 1001000 10000 111100 1000001 110110

Color Harmonies of #D5D43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D43C

Black with #D5D43C

Text Example


Text Example

White with #D5D43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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