Html Css Color HEX #D3CC3E Wattle

📋 copy color: '#D3CC3E'

red 211 ◦ green 204 ◦ blue 62

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

Shades of Wattle #D3CC3E

Tints of Wattle #D3CC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13%

R = 44.23%
G = 42.77%
B = 13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3CC3E (or 0xD3CC3E) is known color: Wattle. HEX triplet: D3, CC and 3E. RGB value is (211,204,62). Sum of RGB (Red+Green+Blue) = 211+204+62=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CC3E is #2C33C1. Grayscale: #BEBEBE. Windows color (decimal): -2896834 or 4115667. OLE color: 4115667.

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

Color convert

RGB 211 204 62 -
CMYK 0 0.03 0.71 0.17
HSL 57.18º 0.63% 0.54% -
HSV(B) 57.18º 0.71% 0.83% -
XYZ 49.33 57.38 13.03 -
YUV 189.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 211 204 62 0 0.03 0.71 0.17 57.18 0.63 0.54
Hex D3 CC 3E 0 3 47 11 39 3F 36
Octal 323 314 76 0 3 107 21 71 77 66
Binary 11010011 11001100 111110 0 11 1000111 10001 111001 111111 110110

Color Harmonies of #D3CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CC3E

Black with #D3CC3E

Text Example


Text Example

White with #D3CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CC3E; }

 p { color: rgb(211,204,62); }

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

background-color css

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

 a { background-color: rgb(211,204,62); }

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

border-color css

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

 span { border-color: rgb(211,204,62); }

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