Html Css Color HEX #D7CE3A Wattle

📋 copy color: '#D7CE3A'

red 215 ◦ green 206 ◦ blue 58

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

Shades of Wattle #D7CE3A

Tints of Wattle #D7CE3A

RGB

 RED value IS 215 (84.38% from 255) = 44.89%

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

 BLUE value IS 58 (23.05% from 255) = 12.11%

R = 44.89%
G = 43.01%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7CE3A (or 0xD7CE3A) is known color: Wattle. HEX triplet: D7, CE and 3A. RGB value is (215,206,58). Sum of RGB (Red+Green+Blue) = 215+206+58=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE3A is #2831C5. Grayscale: #C0C0C0. Windows color (decimal): -2634182 or 3854039. OLE color: 3854039.

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

Color convert

RGB 215 206 58 -
CMYK 0 0.04 0.73 0.16
HSL 56.56º 0.66% 0.54% -
HSV(B) 56.56º 0.73% 0.84% -
XYZ 50.86 58.9 12.69 -
YUV 191.82 52.48 144.53 -
System Red Green Blue C M Y K H S L
Decimal 215 206 58 0 0.04 0.73 0.16 56.56 0.66 0.54
Hex D7 CE 3A 0 4 49 10 39 42 36
Octal 327 316 72 0 4 111 20 71 102 66
Binary 11010111 11001110 111010 0 100 1001001 10000 111001 1000010 110110

Color Harmonies of #D7CE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CE3A

Black with #D7CE3A

Text Example


Text Example

White with #D7CE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CE3A; }

 p { color: rgb(215,206,58); }

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

background-color css

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

 a { background-color: rgb(215,206,58); }

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

border-color css

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

 span { border-color: rgb(215,206,58); }

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