Html Css Color HEX #D1CD38 Wattle

📋 copy color: '#D1CD38'

red 209 ◦ green 205 ◦ blue 56

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

Shades of Wattle #D1CD38

Tints of Wattle #D1CD38

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

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

R = 44.47%
G = 43.62%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1CD38 (or 0xD1CD38) is known color: Wattle. HEX triplet: D1, CD and 38. RGB value is (209,205,56). Sum of RGB (Red+Green+Blue) = 209+205+56=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD38 is #2E32C7. Grayscale: #BDBDBD. Windows color (decimal): -3027656 or 3722705. OLE color: 3722705.

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

Color convert

RGB 209 205 56 -
CMYK 0 0.02 0.73 0.18
HSL 58.43º 0.62% 0.52% -
HSV(B) 58.43º 0.73% 0.82% -
XYZ 48.84 57.5 12.27 -
YUV 189.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 209 205 56 0 0.02 0.73 0.18 58.43 0.62 0.52
Hex D1 CD 38 0 2 49 12 3A 3E 34
Octal 321 315 70 0 2 111 22 72 76 64
Binary 11010001 11001101 111000 0 10 1001001 10010 111010 111110 110100

Color Harmonies of #D1CD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD38

Black with #D1CD38

Text Example


Text Example

White with #D1CD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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