Html Css Color HEX #D1C631 Wattle

📋 copy color: '#D1C631'

red 209 ◦ green 198 ◦ blue 49

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

Shades of Wattle #D1C631

Tints of Wattle #D1C631

RGB

 RED value IS 209 (82.03% from 255) = 45.83%

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

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

R = 45.83%
G = 43.42%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D1C631 (or 0xD1C631) is known color: Wattle. HEX triplet: D1, C6 and 31. RGB value is (209,198,49). Sum of RGB (Red+Green+Blue) = 209+198+49=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C631 is #2E39CE. Grayscale: #B8B8B8. Windows color (decimal): -3029455 or 3262161. OLE color: 3262161.

HSL color Cylindrical-coordinate representation of color #D1C631: hue angle of 55.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1C631 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 198 49 -
CMYK 0 0.05 0.77 0.18
HSL 55.88º 0.63% 0.51% -
HSV(B) 55.88º 0.77% 0.82% -
XYZ 47.04 54.17 10.88 -
YUV 184.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 209 198 49 0 0.05 0.77 0.18 55.88 0.63 0.51
Hex D1 C6 31 0 5 4D 12 38 3F 33
Octal 321 306 61 0 5 115 22 70 77 63
Binary 11010001 11000110 110001 0 101 1001101 10010 111000 111111 110011

Color Harmonies of #D1C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C631

Black with #D1C631

Text Example


Text Example

White with #D1C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C631; }

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

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

background-color css

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

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

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

border-color css

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

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

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