Html Css Color HEX #DCC23D Wattle

📋 copy color: '#DCC23D'

red 220 ◦ green 194 ◦ blue 61

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

Shades of Wattle #DCC23D

Tints of Wattle #DCC23D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.84%

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

R = 46.32%
G = 40.84%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCC23D (or 0xDCC23D) is known color: Wattle. HEX triplet: DC, C2 and 3D. RGB value is (220,194,61). Sum of RGB (Red+Green+Blue) = 220+194+61=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC23D is #233DC2. Grayscale: #BBBBBB. Windows color (decimal): -2309571 or 4047580. OLE color: 4047580.

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

Color convert

RGB 220 194 61 -
CMYK 0 0.12 0.72 0.14
HSL 50.19º 0.69% 0.55% -
HSV(B) 50.19º 0.72% 0.86% -
XYZ 49.65 54.14 12.25 -
YUV 186.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 220 194 61 0 0.12 0.72 0.14 50.19 0.69 0.55
Hex DC C2 3D 0 C 48 E 32 45 37
Octal 334 302 75 0 14 110 16 62 105 67
Binary 11011100 11000010 111101 0 1100 1001000 1110 110010 1000101 110111

Color Harmonies of #DCC23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC23D

Black with #DCC23D

Text Example


Text Example

White with #DCC23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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