Html Css Color HEX #D1CC3A Wattle

📋 copy color: '#D1CC3A'

red 209 ◦ green 204 ◦ blue 58

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

Shades of Wattle #D1CC3A

Tints of Wattle #D1CC3A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.31%

 BLUE value IS 58 (23.05% from 255) = 12.31%

R = 44.37%
G = 43.31%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1CC3A (or 0xD1CC3A) is known color: Wattle. HEX triplet: D1, CC and 3A. RGB value is (209,204,58). Sum of RGB (Red+Green+Blue) = 209+204+58=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC3A is #2E33C5. Grayscale: #BDBDBD. Windows color (decimal): -3027910 or 3853521. OLE color: 3853521.

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

Color convert

RGB 209 204 58 -
CMYK 0 0.02 0.72 0.18
HSL 58.01º 0.62% 0.52% -
HSV(B) 58.01º 0.72% 0.82% -
XYZ 48.65 57.05 12.45 -
YUV 188.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 209 204 58 0 0.02 0.72 0.18 58.01 0.62 0.52
Hex D1 CC 3A 0 2 48 12 3A 3E 34
Octal 321 314 72 0 2 110 22 72 76 64
Binary 11010001 11001100 111010 0 10 1001000 10010 111010 111110 110100

Color Harmonies of #D1CC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC3A

Black with #D1CC3A

Text Example


Text Example

White with #D1CC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC3A; }

 p { color: rgb(209,204,58); }

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

background-color css

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

 a { background-color: rgb(209,204,58); }

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

border-color css

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

 span { border-color: rgb(209,204,58); }

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