Html Css Color HEX #DCC73D Wattle

📋 copy color: '#DCC73D'

red 220 ◦ green 199 ◦ blue 61

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

Shades of Wattle #DCC73D

Tints of Wattle #DCC73D

RGB

 RED value IS 220 (86.33% from 255) = 45.83%

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

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

R = 45.83%
G = 41.46%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCC73D (or 0xDCC73D) is known color: Wattle. HEX triplet: DC, C7 and 3D. RGB value is (220,199,61). Sum of RGB (Red+Green+Blue) = 220+199+61=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC73D is #2338C2. Grayscale: #BEBEBE. Windows color (decimal): -2308291 or 4048860. OLE color: 4048860.

HSL color Cylindrical-coordinate representation of color #DCC73D: hue angle of 52.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCC73D is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 61 -
CMYK 0 0.10 0.72 0.14
HSL 52.08º 0.69% 0.55% -
HSV(B) 52.08º 0.72% 0.86% -
XYZ 50.78 56.4 12.62 -
YUV 189.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 220 199 61 0 0.10 0.72 0.14 52.08 0.69 0.55
Hex DC C7 3D 0 A 48 E 34 45 37
Octal 334 307 75 0 12 110 16 64 105 67
Binary 11011100 11000111 111101 0 1010 1001000 1110 110100 1000101 110111

Color Harmonies of #DCC73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC73D

Black with #DCC73D

Text Example


Text Example

White with #DCC73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC73D; }

 p { color: rgb(220,199,61); }

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

background-color css

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

 a { background-color: rgb(220,199,61); }

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

border-color css

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

 span { border-color: rgb(220,199,61); }

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