Html Css Color HEX #DCD135 Wattle

📋 copy color: '#DCD135'

red 220 ◦ green 209 ◦ blue 53

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

Shades of Wattle #DCD135

Tints of Wattle #DCD135

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

 BLUE value IS 53 (21.09% from 255) = 11%

R = 45.64%
G = 43.36%
B = 11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCD135 (or 0xDCD135) is known color: Wattle. HEX triplet: DC, D1 and 35. RGB value is (220,209,53). Sum of RGB (Red+Green+Blue) = 220+209+53=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD135 is #232ECA. Grayscale: #C3C3C3. Windows color (decimal): -2305739 or 3527132. OLE color: 3527132.

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

Color convert

RGB 220 209 53 -
CMYK 0 0.05 0.76 0.14
HSL 56.05º 0.7% 0.54% -
HSV(B) 56.05º 0.76% 0.86% -
XYZ 52.96 61.07 12.37 -
YUV 194.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 220 209 53 0 0.05 0.76 0.14 56.05 0.7 0.54
Hex DC D1 35 0 5 4C E 38 46 36
Octal 334 321 65 0 5 114 16 70 106 66
Binary 11011100 11010001 110101 0 101 1001100 1110 111000 1000110 110110

Color Harmonies of #DCD135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD135

Black with #DCD135

Text Example


Text Example

White with #DCD135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD135; }

 p { color: rgb(220,209,53); }

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

background-color css

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

 a { background-color: rgb(220,209,53); }

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

border-color css

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

 span { border-color: rgb(220,209,53); }

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