Html Css Color HEX #DCD238 Wattle

📋 copy color: '#DCD238'

red 220 ◦ green 210 ◦ blue 56

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

Shades of Wattle #DCD238

Tints of Wattle #DCD238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

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

R = 45.27%
G = 43.21%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCD238 (or 0xDCD238) is known color: Wattle. HEX triplet: DC, D2 and 38. RGB value is (220,210,56). Sum of RGB (Red+Green+Blue) = 220+210+56=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD238 is #232DC7. Grayscale: #C4C4C4. Windows color (decimal): -2305480 or 3723996. OLE color: 3723996.

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

Color convert

RGB 220 210 56 -
CMYK 0 0.05 0.75 0.14
HSL 56.34º 0.7% 0.54% -
HSV(B) 56.34º 0.75% 0.86% -
XYZ 53.28 61.59 12.82 -
YUV 195.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 220 210 56 0 0.05 0.75 0.14 56.34 0.7 0.54
Hex DC D2 38 0 5 4B E 38 46 36
Octal 334 322 70 0 5 113 16 70 106 66
Binary 11011100 11010010 111000 0 101 1001011 1110 111000 1000110 110110

Color Harmonies of #DCD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD238

Black with #DCD238

Text Example


Text Example

White with #DCD238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD238; }

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

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

background-color css

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

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

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

border-color css

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

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

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