Html Css Color HEX #D5CE41 Wattle

📋 copy color: '#D5CE41'

red 213 ◦ green 206 ◦ blue 65

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

Shades of Wattle #D5CE41

Tints of Wattle #D5CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.56%

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

R = 44.01%
G = 42.56%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5CE41 (or 0xD5CE41) is known color: Wattle. HEX triplet: D5, CE and 41. RGB value is (213,206,65). Sum of RGB (Red+Green+Blue) = 213+206+65=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE41 is #2A31BE. Grayscale: #C0C0C0. Windows color (decimal): -2765247 or 4312789. OLE color: 4312789.

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

Color convert

RGB 213 206 65 -
CMYK 0 0.03 0.69 0.16
HSL 57.16º 0.64% 0.55% -
HSV(B) 57.16º 0.69% 0.84% -
XYZ 50.47 58.67 13.67 -
YUV 192.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 213 206 65 0 0.03 0.69 0.16 57.16 0.64 0.55
Hex D5 CE 41 0 3 45 10 39 40 37
Octal 325 316 101 0 3 105 20 71 100 67
Binary 11010101 11001110 1000001 0 11 1000101 10000 111001 1000000 110111

Color Harmonies of #D5CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE41

Black with #D5CE41

Text Example


Text Example

White with #D5CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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