Html Css Color HEX #D5C83E Wattle

📋 copy color: '#D5C83E'

red 213 ◦ green 200 ◦ blue 62

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

Shades of Wattle #D5C83E

Tints of Wattle #D5C83E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.11%

 BLUE value IS 62 (24.61% from 255) = 13.05%

R = 44.84%
G = 42.11%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5C83E (or 0xD5C83E) is known color: Wattle. HEX triplet: D5, C8 and 3E. RGB value is (213,200,62). Sum of RGB (Red+Green+Blue) = 213+200+62=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C83E is #2A37C1. Grayscale: #BCBCBC. Windows color (decimal): -2766786 or 4114645. OLE color: 4114645.

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

Color convert

RGB 213 200 62 -
CMYK 0 0.06 0.71 0.16
HSL 54.83º 0.64% 0.54% -
HSV(B) 54.83º 0.71% 0.84% -
XYZ 48.96 55.8 12.75 -
YUV 188.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 213 200 62 0 0.06 0.71 0.16 54.83 0.64 0.54
Hex D5 C8 3E 0 6 47 10 37 40 36
Octal 325 310 76 0 6 107 20 67 100 66
Binary 11010101 11001000 111110 0 110 1000111 10000 110111 1000000 110110

Color Harmonies of #D5C83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C83E

Black with #D5C83E

Text Example


Text Example

White with #D5C83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C83E; }

 p { color: rgb(213,200,62); }

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

background-color css

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

 a { background-color: rgb(213,200,62); }

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

border-color css

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

 span { border-color: rgb(213,200,62); }

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