Html Css Color HEX #DCC133 Wattle

📋 copy color: '#DCC133'

red 220 ◦ green 193 ◦ blue 51

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

Shades of Wattle #DCC133

Tints of Wattle #DCC133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.99%

R = 47.41%
G = 41.59%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCC133 (or 0xDCC133) is known color: Wattle. HEX triplet: DC, C1 and 33. RGB value is (220,193,51). Sum of RGB (Red+Green+Blue) = 220+193+51=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC133 is #233ECC. Grayscale: #B9B9B9. Windows color (decimal): -2309837 or 3391964. OLE color: 3391964.

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

Color convert

RGB 220 193 51 -
CMYK 0 0.12 0.77 0.14
HSL 50.41º 0.71% 0.53% -
HSV(B) 50.41º 0.77% 0.86% -
XYZ 49.18 53.59 10.88 -
YUV 184.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 220 193 51 0 0.12 0.77 0.14 50.41 0.71 0.53
Hex DC C1 33 0 C 4D E 32 47 35
Octal 334 301 63 0 14 115 16 62 107 65
Binary 11011100 11000001 110011 0 1100 1001101 1110 110010 1000111 110101

Color Harmonies of #DCC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC133

Black with #DCC133

Text Example


Text Example

White with #DCC133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC133; }

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

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

background-color css

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

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

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

border-color css

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

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

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