Html Css Color HEX #D5CC3F Wattle

📋 copy color: '#D5CC3F'

red 213 ◦ green 204 ◦ blue 63

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

Shades of Wattle #D5CC3F

Tints of Wattle #D5CC3F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.5%

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

R = 44.38%
G = 42.5%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5CC3F (or 0xD5CC3F) is known color: Wattle. HEX triplet: D5, CC and 3F. RGB value is (213,204,63). Sum of RGB (Red+Green+Blue) = 213+204+63=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 63 (25% from 255 or 13.12% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC3F is #2A33C0. Grayscale: #BFBFBF. Windows color (decimal): -2765761 or 4181205. OLE color: 4181205.

HSL color Cylindrical-coordinate representation of color #D5CC3F: hue angle of 56.4º 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 #D5CC3F is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 63 -
CMYK 0 0.04 0.70 0.16
HSL 56.4º 0.64% 0.54% -
HSV(B) 56.4º 0.7% 0.84% -
XYZ 49.93 57.69 13.21 -
YUV 190.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 213 204 63 0 0.04 0.70 0.16 56.4 0.64 0.54
Hex D5 CC 3F 0 4 46 10 38 40 36
Octal 325 314 77 0 4 106 20 70 100 66
Binary 11010101 11001100 111111 0 100 1000110 10000 111000 1000000 110110

Color Harmonies of #D5CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC3F

Black with #D5CC3F

Text Example


Text Example

White with #D5CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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