Html Css Color HEX #D5CC41 Wattle

📋 copy color: '#D5CC41'

red 213 ◦ green 204 ◦ blue 65

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

Shades of Wattle #D5CC41

Tints of Wattle #D5CC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.49%

R = 44.19%
G = 42.32%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5CC41 (or 0xD5CC41) is known color: Wattle. HEX triplet: D5, CC and 41. RGB value is (213,204,65). Sum of RGB (Red+Green+Blue) = 213+204+65=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC41 is #2A33BE. Grayscale: #BFBFBF. Windows color (decimal): -2765759 or 4312277. OLE color: 4312277.

HSL color Cylindrical-coordinate representation of color #D5CC41: hue angle of 56.35º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5CC41 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 65 -
CMYK 0 0.04 0.69 0.16
HSL 56.35º 0.64% 0.55% -
HSV(B) 56.35º 0.69% 0.84% -
XYZ 49.99 57.71 13.51 -
YUV 190.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 213 204 65 0 0.04 0.69 0.16 56.35 0.64 0.55
Hex D5 CC 41 0 4 45 10 38 40 37
Octal 325 314 101 0 4 105 20 70 100 67
Binary 11010101 11001100 1000001 0 100 1000101 10000 111000 1000000 110111

Color Harmonies of #D5CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC41

Black with #D5CC41

Text Example


Text Example

White with #D5CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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