Html Css Color HEX #D1C238 Wattle

📋 copy color: '#D1C238'

red 209 ◦ green 194 ◦ blue 56

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

Shades of Wattle #D1C238

Tints of Wattle #D1C238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.27%

 BLUE value IS 56 (22.27% from 255) = 12.2%

R = 45.53%
G = 42.27%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1C238 (or 0xD1C238) is known color: Wattle. HEX triplet: D1, C2 and 38. RGB value is (209,194,56). Sum of RGB (Red+Green+Blue) = 209+194+56=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C238 is #2E3DC7. Grayscale: #B7B7B7. Windows color (decimal): -3030472 or 3719889. OLE color: 3719889.

HSL color Cylindrical-coordinate representation of color #D1C238: hue angle of 54.12º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1C238 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 194 56 -
CMYK 0 0.07 0.73 0.18
HSL 54.12º 0.62% 0.52% -
HSV(B) 54.12º 0.73% 0.82% -
XYZ 46.3 52.42 11.42 -
YUV 182.75 56.47 146.72 -
System Red Green Blue C M Y K H S L
Decimal 209 194 56 0 0.07 0.73 0.18 54.12 0.62 0.52
Hex D1 C2 38 0 7 49 12 36 3E 34
Octal 321 302 70 0 7 111 22 66 76 64
Binary 11010001 11000010 111000 0 111 1001001 10010 110110 111110 110100

Color Harmonies of #D1C238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C238

Black with #D1C238

Text Example


Text Example

White with #D1C238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C238; }

 p { color: rgb(209,194,56); }

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

background-color css

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

 a { background-color: rgb(209,194,56); }

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

border-color css

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

 span { border-color: rgb(209,194,56); }

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