Html Css Color HEX #D3C03D Wattle

📋 copy color: '#D3C03D'

red 211 ◦ green 192 ◦ blue 61

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

Shades of Wattle #D3C03D

Tints of Wattle #D3C03D

RGB

 RED value IS 211 (82.81% from 255) = 45.47%

 GREEN value IS 192 (75.39% from 255) = 41.38%

 BLUE value IS 61 (24.22% from 255) = 13.15%

R = 45.47%
G = 41.38%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3C03D (or 0xD3C03D) is known color: Wattle. HEX triplet: D3, C0 and 3D. RGB value is (211,192,61). Sum of RGB (Red+Green+Blue) = 211+192+61=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C03D is #2C3FC2. Grayscale: #B7B7B7. Windows color (decimal): -2899907 or 4047059. OLE color: 4047059.

HSL color Cylindrical-coordinate representation of color #D3C03D: hue angle of 52.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3C03D is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 192 61 -
CMYK 0 0.09 0.71 0.17
HSL 52.4º 0.63% 0.53% -
HSV(B) 52.4º 0.71% 0.83% -
XYZ 46.56 51.89 11.98 -
YUV 182.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 211 192 61 0 0.09 0.71 0.17 52.4 0.63 0.53
Hex D3 C0 3D 0 9 47 11 34 3F 35
Octal 323 300 75 0 11 107 21 64 77 65
Binary 11010011 11000000 111101 0 1001 1000111 10001 110100 111111 110101

Color Harmonies of #D3C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C03D

Black with #D3C03D

Text Example


Text Example

White with #D3C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C03D; }

 p { color: rgb(211,192,61); }

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

background-color css

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

 a { background-color: rgb(211,192,61); }

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

border-color css

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

 span { border-color: rgb(211,192,61); }

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