Html Css Color HEX #D1C732 Wattle

📋 copy color: '#D1C732'

red 209 ◦ green 199 ◦ blue 50

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

Shades of Wattle #D1C732

Tints of Wattle #D1C732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.45%

 BLUE value IS 50 (19.92% from 255) = 10.92%

R = 45.63%
G = 43.45%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D1C732 (or 0xD1C732) is known color: Wattle. HEX triplet: D1, C7 and 32. RGB value is (209,199,50). Sum of RGB (Red+Green+Blue) = 209+199+50=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C732 is #2E38CD. Grayscale: #B9B9B9. Windows color (decimal): -3029198 or 3327953. OLE color: 3327953.

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

Color convert

RGB 209 199 50 -
CMYK 0 0.05 0.76 0.18
HSL 56.23º 0.63% 0.51% -
HSV(B) 56.23º 0.76% 0.82% -
XYZ 47.29 54.63 11.07 -
YUV 185 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 209 199 50 0 0.05 0.76 0.18 56.23 0.63 0.51
Hex D1 C7 32 0 5 4C 12 38 3F 33
Octal 321 307 62 0 5 114 22 70 77 63
Binary 11010001 11000111 110010 0 101 1001100 10010 111000 111111 110011

Color Harmonies of #D1C732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C732

Black with #D1C732

Text Example


Text Example

White with #D1C732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C732; }

 p { color: rgb(209,199,50); }

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

background-color css

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

 a { background-color: rgb(209,199,50); }

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

border-color css

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

 span { border-color: rgb(209,199,50); }

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