Html Css Color HEX #DCC134 Wattle

📋 copy color: '#DCC134'

red 220 ◦ green 193 ◦ blue 52

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

Shades of Wattle #DCC134

Tints of Wattle #DCC134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.51%

 BLUE value IS 52 (20.7% from 255) = 11.18%

R = 47.31%
G = 41.51%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCC134 (or 0xDCC134) is known color: Wattle. HEX triplet: DC, C1 and 34. RGB value is (220,193,52). Sum of RGB (Red+Green+Blue) = 220+193+52=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC134 is #233ECB. Grayscale: #B9B9B9. Windows color (decimal): -2309836 or 3457500. OLE color: 3457500.

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

Color convert

RGB 220 193 52 -
CMYK 0 0.12 0.76 0.14
HSL 50.36º 0.71% 0.53% -
HSV(B) 50.36º 0.76% 0.86% -
XYZ 49.21 53.6 11 -
YUV 185 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 220 193 52 0 0.12 0.76 0.14 50.36 0.71 0.53
Hex DC C1 34 0 C 4C E 32 47 35
Octal 334 301 64 0 14 114 16 62 107 65
Binary 11011100 11000001 110100 0 1100 1001100 1110 110010 1000111 110101

Color Harmonies of #DCC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC134

Black with #DCC134

Text Example


Text Example

White with #DCC134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC134; }

 p { color: rgb(220,193,52); }

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

background-color css

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

 a { background-color: rgb(220,193,52); }

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

border-color css

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

 span { border-color: rgb(220,193,52); }

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