Html Css Color HEX #D3CC34 Wattle

📋 copy color: '#D3CC34'

red 211 ◦ green 204 ◦ blue 52

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

Shades of Wattle #D3CC34

Tints of Wattle #D3CC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 45.18%
G = 43.68%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D3CC34 (or 0xD3CC34) is known color: Wattle. HEX triplet: D3, CC and 34. RGB value is (211,204,52). Sum of RGB (Red+Green+Blue) = 211+204+52=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CC34 is #2C33CB. Grayscale: #BDBDBD. Windows color (decimal): -2896844 or 3460307. OLE color: 3460307.

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

Color convert

RGB 211 204 52 -
CMYK 0 0.03 0.75 0.17
HSL 57.36º 0.64% 0.52% -
HSV(B) 57.36º 0.75% 0.83% -
XYZ 49.08 57.28 11.72 -
YUV 188.77 50.82 143.86 -
System Red Green Blue C M Y K H S L
Decimal 211 204 52 0 0.03 0.75 0.17 57.36 0.64 0.52
Hex D3 CC 34 0 3 4B 11 39 40 34
Octal 323 314 64 0 3 113 21 71 100 64
Binary 11010011 11001100 110100 0 11 1001011 10001 111001 1000000 110100

Color Harmonies of #D3CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CC34

Black with #D3CC34

Text Example


Text Example

White with #D3CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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