Html Css Color HEX #D5C643 Wattle

📋 copy color: '#D5C643'

red 213 ◦ green 198 ◦ blue 67

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

Shades of Wattle #D5C643

Tints of Wattle #D5C643

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.42%

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

R = 44.56%
G = 41.42%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5C643 (or 0xD5C643) is known color: Wattle. HEX triplet: D5, C6 and 43. RGB value is (213,198,67). Sum of RGB (Red+Green+Blue) = 213+198+67=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C643 is #2A39BC. Grayscale: #BCBCBC. Windows color (decimal): -2767293 or 4441813. OLE color: 4441813.

HSL color Cylindrical-coordinate representation of color #D5C643: hue angle of 53.84º 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 #D5C643 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 198 67 -
CMYK 0 0.07 0.69 0.16
HSL 53.84º 0.63% 0.55% -
HSV(B) 53.84º 0.69% 0.84% -
XYZ 48.65 54.94 13.35 -
YUV 187.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 213 198 67 0 0.07 0.69 0.16 53.84 0.63 0.55
Hex D5 C6 43 0 7 45 10 36 3F 37
Octal 325 306 103 0 7 105 20 66 77 67
Binary 11010101 11000110 1000011 0 111 1000101 10000 110110 111111 110111

Color Harmonies of #D5C643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C643

Black with #D5C643

Text Example


Text Example

White with #D5C643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C643; }

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

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

background-color css

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

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

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

border-color css

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

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

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