Html Css Color HEX #D5C631 Wattle

📋 copy color: '#D5C631'

red 213 ◦ green 198 ◦ blue 49

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

Shades of Wattle #D5C631

Tints of Wattle #D5C631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.65%

R = 46.3%
G = 43.04%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5C631 (or 0xD5C631) is known color: Wattle. HEX triplet: D5, C6 and 31. RGB value is (213,198,49). Sum of RGB (Red+Green+Blue) = 213+198+49=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C631 is #2A39CE. Grayscale: #BABABA. Windows color (decimal): -2767311 or 3262165. OLE color: 3262165.

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

Color convert

RGB 213 198 49 -
CMYK 0 0.07 0.77 0.16
HSL 54.51º 0.66% 0.51% -
HSV(B) 54.51º 0.77% 0.84% -
XYZ 48.19 54.76 10.93 -
YUV 185.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 213 198 49 0 0.07 0.77 0.16 54.51 0.66 0.51
Hex D5 C6 31 0 7 4D 10 37 42 33
Octal 325 306 61 0 7 115 20 67 102 63
Binary 11010101 11000110 110001 0 111 1001101 10000 110111 1000010 110011

Color Harmonies of #D5C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C631

Black with #D5C631

Text Example


Text Example

White with #D5C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C631; }

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

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

background-color css

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

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

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

border-color css

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

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

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