Html Css Color HEX #D3CE41 Wattle

📋 copy color: '#D3CE41'

red 211 ◦ green 206 ◦ blue 65

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

Shades of Wattle #D3CE41

Tints of Wattle #D3CE41

RGB

 RED value IS 211 (82.81% from 255) = 43.78%

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

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

R = 43.78%
G = 42.74%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D3CE41 (or 0xD3CE41) is known color: Wattle. HEX triplet: D3, CE and 41. RGB value is (211,206,65). Sum of RGB (Red+Green+Blue) = 211+206+65=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE41 is #2C31BE. Grayscale: #BFBFBF. Windows color (decimal): -2896319 or 4312787. OLE color: 4312787.

HSL color Cylindrical-coordinate representation of color #D3CE41: hue angle of 57.95º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3CE41 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 206 65 -
CMYK 0 0.02 0.69 0.17
HSL 57.95º 0.62% 0.54% -
HSV(B) 57.95º 0.69% 0.83% -
XYZ 49.89 58.37 13.64 -
YUV 191.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 211 206 65 0 0.02 0.69 0.17 57.95 0.62 0.54
Hex D3 CE 41 0 2 45 11 3A 3E 36
Octal 323 316 101 0 2 105 21 72 76 66
Binary 11010011 11001110 1000001 0 10 1000101 10001 111010 111110 110110

Color Harmonies of #D3CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CE41

Black with #D3CE41

Text Example


Text Example

White with #D3CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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