Html Css Color HEX #D5CC46 Wattle

📋 copy color: '#D5CC46'

red 213 ◦ green 204 ◦ blue 70

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

Shades of Wattle #D5CC46

Tints of Wattle #D5CC46

RGB

 RED value IS 213 (83.59% from 255) = 43.74%

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

 BLUE value IS 70 (27.73% from 255) = 14.37%

R = 43.74%
G = 41.89%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D5CC46 (or 0xD5CC46) is known color: Wattle. HEX triplet: D5, CC and 46. RGB value is (213,204,70). Sum of RGB (Red+Green+Blue) = 213+204+70=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC46 is #2A33B9. Grayscale: #BFBFBF. Windows color (decimal): -2765754 or 4639957. OLE color: 4639957.

HSL color Cylindrical-coordinate representation of color #D5CC46: hue angle of 56.22º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5CC46 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 70 -
CMYK 0 0.04 0.67 0.16
HSL 56.22º 0.63% 0.55% -
HSV(B) 56.22º 0.67% 0.84% -
XYZ 50.14 57.77 14.3 -
YUV 191.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 213 204 70 0 0.04 0.67 0.16 56.22 0.63 0.55
Hex D5 CC 46 0 4 43 10 38 3F 37
Octal 325 314 106 0 4 103 20 70 77 67
Binary 11010101 11001100 1000110 0 100 1000011 10000 111000 111111 110111

Color Harmonies of #D5CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC46

Black with #D5CC46

Text Example


Text Example

White with #D5CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC46; }

 p { color: rgb(213,204,70); }

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

background-color css

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

 a { background-color: rgb(213,204,70); }

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

border-color css

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

 span { border-color: rgb(213,204,70); }

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