Html Css Color HEX #D5C143 Wattle

📋 copy color: '#D5C143'

red 213 ◦ green 193 ◦ blue 67

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

Shades of Wattle #D5C143

Tints of Wattle #D5C143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

 BLUE value IS 67 (26.56% from 255) = 14.16%

R = 45.03%
G = 40.8%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5C143 (or 0xD5C143) is known color: Wattle. HEX triplet: D5, C1 and 43. RGB value is (213,193,67). Sum of RGB (Red+Green+Blue) = 213+193+67=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C143 is #2A3EBC. Grayscale: #B9B9B9. Windows color (decimal): -2768573 or 4440533. OLE color: 4440533.

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

Color convert

RGB 213 193 67 -
CMYK 0 0.09 0.69 0.16
HSL 51.78º 0.63% 0.55% -
HSV(B) 51.78º 0.69% 0.84% -
XYZ 47.52 52.69 12.98 -
YUV 184.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 213 193 67 0 0.09 0.69 0.16 51.78 0.63 0.55
Hex D5 C1 43 0 9 45 10 34 3F 37
Octal 325 301 103 0 11 105 20 64 77 67
Binary 11010101 11000001 1000011 0 1001 1000101 10000 110100 111111 110111

Color Harmonies of #D5C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C143

Black with #D5C143

Text Example


Text Example

White with #D5C143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C143; }

 p { color: rgb(213,193,67); }

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

background-color css

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

 a { background-color: rgb(213,193,67); }

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

border-color css

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

 span { border-color: rgb(213,193,67); }

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