Html Css Color HEX #DCC03D Wattle

📋 copy color: '#DCC03D'

red 220 ◦ green 192 ◦ blue 61

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

Shades of Wattle #DCC03D

Tints of Wattle #DCC03D

RGB

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

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

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

R = 46.51%
G = 40.59%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCC03D (or 0xDCC03D) is known color: Wattle. HEX triplet: DC, C0 and 3D. RGB value is (220,192,61). Sum of RGB (Red+Green+Blue) = 220+192+61=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC03D is #233FC2. Grayscale: #B9B9B9. Windows color (decimal): -2310083 or 4047068. OLE color: 4047068.

HSL color Cylindrical-coordinate representation of color #DCC03D: hue angle of 49.43º 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 #DCC03D is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 61 -
CMYK 0 0.13 0.72 0.14
HSL 49.43º 0.69% 0.55% -
HSV(B) 49.43º 0.72% 0.86% -
XYZ 49.21 53.25 12.1 -
YUV 185.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 220 192 61 0 0.13 0.72 0.14 49.43 0.69 0.55
Hex DC C0 3D 0 D 48 E 31 45 37
Octal 334 300 75 0 15 110 16 61 105 67
Binary 11011100 11000000 111101 0 1101 1001000 1110 110001 1000101 110111

Color Harmonies of #DCC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC03D

Black with #DCC03D

Text Example


Text Example

White with #DCC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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