Html Css Color HEX #D5D33F Wattle

📋 copy color: '#D5D33F'

red 213 ◦ green 211 ◦ blue 63

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

Shades of Wattle #D5D33F

Tints of Wattle #D5D33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.33%

 BLUE value IS 63 (25% from 255) = 12.94%

R = 43.74%
G = 43.33%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5D33F (or 0xD5D33F) is known color: Wattle. HEX triplet: D5, D3 and 3F. RGB value is (213,211,63). Sum of RGB (Red+Green+Blue) = 213+211+63=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D33F is #2A2CC0. Grayscale: #C3C3C3. Windows color (decimal): -2763969 or 4182997. OLE color: 4182997.

HSL color Cylindrical-coordinate representation of color #D5D33F: hue angle of 59.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5D33F is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 63 -
CMYK 0 0.01 0.70 0.16
HSL 59.2º 0.64% 0.54% -
HSV(B) 59.2º 0.7% 0.84% -
XYZ 51.63 61.09 13.77 -
YUV 194.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 213 211 63 0 0.01 0.70 0.16 59.2 0.64 0.54
Hex D5 D3 3F 0 1 46 10 3B 40 36
Octal 325 323 77 0 1 106 20 73 100 66
Binary 11010101 11010011 111111 0 1 1000110 10000 111011 1000000 110110

Color Harmonies of #D5D33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D33F

Black with #D5D33F

Text Example


Text Example

White with #D5D33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D33F; }

 p { color: rgb(213,211,63); }

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

background-color css

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

 a { background-color: rgb(213,211,63); }

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

border-color css

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

 span { border-color: rgb(213,211,63); }

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