Html Css Color HEX #DCC23B Wattle

📋 copy color: '#DCC23B'

red 220 ◦ green 194 ◦ blue 59

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

Shades of Wattle #DCC23B

Tints of Wattle #DCC23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.47%

R = 46.51%
G = 41.01%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCC23B (or 0xDCC23B) is known color: Wattle. HEX triplet: DC, C2 and 3B. RGB value is (220,194,59). Sum of RGB (Red+Green+Blue) = 220+194+59=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC23B is #233DC4. Grayscale: #BABABA. Windows color (decimal): -2309573 or 3916508. OLE color: 3916508.

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

Color convert

RGB 220 194 59 -
CMYK 0 0.12 0.73 0.14
HSL 50.31º 0.7% 0.55% -
HSV(B) 50.31º 0.73% 0.86% -
XYZ 49.6 54.11 11.97 -
YUV 186.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 220 194 59 0 0.12 0.73 0.14 50.31 0.7 0.55
Hex DC C2 3B 0 C 49 E 32 46 37
Octal 334 302 73 0 14 111 16 62 106 67
Binary 11011100 11000010 111011 0 1100 1001001 1110 110010 1000110 110111

Color Harmonies of #DCC23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC23B

Black with #DCC23B

Text Example


Text Example

White with #DCC23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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