Html Css Color HEX #D3C344 Wattle

📋 copy color: '#D3C344'

red 211 ◦ green 195 ◦ blue 68

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

Shades of Wattle #D3C344

Tints of Wattle #D3C344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.14%

 BLUE value IS 68 (26.95% from 255) = 14.35%

R = 44.51%
G = 41.14%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D3C344 (or 0xD3C344) is known color: Wattle. HEX triplet: D3, C3 and 44. RGB value is (211,195,68). Sum of RGB (Red+Green+Blue) = 211+195+68=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C344 is #2C3CBB. Grayscale: #B9B9B9. Windows color (decimal): -2899132 or 4506579. OLE color: 4506579.

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

Color convert

RGB 211 195 68 -
CMYK 0 0.08 0.68 0.17
HSL 53.29º 0.62% 0.55% -
HSV(B) 53.29º 0.68% 0.83% -
XYZ 47.42 53.3 13.26 -
YUV 185.31 61.8 146.33 -
System Red Green Blue C M Y K H S L
Decimal 211 195 68 0 0.08 0.68 0.17 53.29 0.62 0.55
Hex D3 C3 44 0 8 44 11 35 3E 37
Octal 323 303 104 0 10 104 21 65 76 67
Binary 11010011 11000011 1000100 0 1000 1000100 10001 110101 111110 110111

Color Harmonies of #D3C344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C344

Black with #D3C344

Text Example


Text Example

White with #D3C344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C344; }

 p { color: rgb(211,195,68); }

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

background-color css

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

 a { background-color: rgb(211,195,68); }

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

border-color css

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

 span { border-color: rgb(211,195,68); }

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