Html Css Color HEX #DCCD37 Wattle

📋 copy color: '#DCCD37'

red 220 ◦ green 205 ◦ blue 55

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

Shades of Wattle #DCCD37

Tints of Wattle #DCCD37

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.71%

 BLUE value IS 55 (21.88% from 255) = 11.46%

R = 45.83%
G = 42.71%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCCD37 (or 0xDCCD37) is known color: Wattle. HEX triplet: DC, CD and 37. RGB value is (220,205,55). Sum of RGB (Red+Green+Blue) = 220+205+55=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD37 is #2332C8. Grayscale: #C1C1C1. Windows color (decimal): -2306761 or 3657180. OLE color: 3657180.

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

Color convert

RGB 220 205 55 -
CMYK 0 0.07 0.75 0.14
HSL 54.55º 0.7% 0.54% -
HSV(B) 54.55º 0.75% 0.86% -
XYZ 52.04 59.15 12.29 -
YUV 192.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 220 205 55 0 0.07 0.75 0.14 54.55 0.7 0.54
Hex DC CD 37 0 7 4B E 37 46 36
Octal 334 315 67 0 7 113 16 67 106 66
Binary 11011100 11001101 110111 0 111 1001011 1110 110111 1000110 110110

Color Harmonies of #DCCD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD37

Black with #DCCD37

Text Example


Text Example

White with #DCCD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD37; }

 p { color: rgb(220,205,55); }

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

background-color css

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

 a { background-color: rgb(220,205,55); }

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

border-color css

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

 span { border-color: rgb(220,205,55); }

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