Html Css Color HEX #D3CE35 Wattle

📋 copy color: '#D3CE35'

red 211 ◦ green 206 ◦ blue 53

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

Shades of Wattle #D3CE35

Tints of Wattle #D3CE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.28%

R = 44.89%
G = 43.83%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D3CE35 (or 0xD3CE35) is known color: Wattle. HEX triplet: D3, CE and 35. RGB value is (211,206,53). Sum of RGB (Red+Green+Blue) = 211+206+53=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE35 is #2C31CA. Grayscale: #BEBEBE. Windows color (decimal): -2896331 or 3526355. OLE color: 3526355.

HSL color Cylindrical-coordinate representation of color #D3CE35: hue angle of 58.1º 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 #D3CE35 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 206 53 -
CMYK 0 0.02 0.75 0.17
HSL 58.1º 0.64% 0.52% -
HSV(B) 58.1º 0.75% 0.83% -
XYZ 49.58 58.25 12 -
YUV 190.05 50.66 142.94 -
System Red Green Blue C M Y K H S L
Decimal 211 206 53 0 0.02 0.75 0.17 58.1 0.64 0.52
Hex D3 CE 35 0 2 4B 11 3A 40 34
Octal 323 316 65 0 2 113 21 72 100 64
Binary 11010011 11001110 110101 0 10 1001011 10001 111010 1000000 110100

Color Harmonies of #D3CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CE35

Black with #D3CE35

Text Example


Text Example

White with #D3CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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