Html Css Color HEX #DCCD38 Wattle

📋 copy color: '#DCCD38'

red 220 ◦ green 205 ◦ blue 56

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

Shades of Wattle #DCCD38

Tints of Wattle #DCCD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.64%

R = 45.74%
G = 42.62%
B = 11.64%

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

#DCCD38 (or 0xDCCD38) is known color: Wattle. HEX triplet: DC, CD and 38. RGB value is (220,205,56). Sum of RGB (Red+Green+Blue) = 220+205+56=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD38 is #2332C7. Grayscale: #C1C1C1. Windows color (decimal): -2306760 or 3722716. OLE color: 3722716.

HSL color Cylindrical-coordinate representation of color #DCCD38: hue angle of 54.51º 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 #DCCD38 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 56 -
CMYK 0 0.07 0.75 0.14
HSL 54.51º 0.7% 0.54% -
HSV(B) 54.51º 0.75% 0.86% -
XYZ 52.06 59.16 12.42 -
YUV 192.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 220 205 56 0 0.07 0.75 0.14 54.51 0.7 0.54
Hex DC CD 38 0 7 4B E 37 46 36
Octal 334 315 70 0 7 113 16 67 106 66
Binary 11011100 11001101 111000 0 111 1001011 1110 110111 1000110 110110

Color Harmonies of #DCCD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD38

Black with #DCCD38

Text Example


Text Example

White with #DCCD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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