Html Css Color HEX #D1C231 Wattle

📋 copy color: '#D1C231'

red 209 ◦ green 194 ◦ blue 49

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

Shades of Wattle #D1C231

Tints of Wattle #D1C231

RGB

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

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

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

R = 46.24%
G = 42.92%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D1C231 (or 0xD1C231) is known color: Wattle. HEX triplet: D1, C2 and 31. RGB value is (209,194,49). Sum of RGB (Red+Green+Blue) = 209+194+49=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C231 is #2E3DCE. Grayscale: #B6B6B6. Windows color (decimal): -3030479 or 3261137. OLE color: 3261137.

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

Color convert

RGB 209 194 49 -
CMYK 0 0.07 0.77 0.18
HSL 54.38º 0.63% 0.51% -
HSV(B) 54.38º 0.77% 0.82% -
XYZ 46.14 52.36 10.58 -
YUV 181.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 209 194 49 0 0.07 0.77 0.18 54.38 0.63 0.51
Hex D1 C2 31 0 7 4D 12 36 3F 33
Octal 321 302 61 0 7 115 22 66 77 63
Binary 11010001 11000010 110001 0 111 1001101 10010 110110 111111 110011

Color Harmonies of #D1C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C231

Black with #D1C231

Text Example


Text Example

White with #D1C231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C231; }

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

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

background-color css

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

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

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

border-color css

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

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

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