Html Css Color HEX #DCCD31 Wattle

📋 copy color: '#DCCD31'

red 220 ◦ green 205 ◦ blue 49

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

Shades of Wattle #DCCD31

Tints of Wattle #DCCD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.34%

R = 46.41%
G = 43.25%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCCD31 (or 0xDCCD31) is known color: Wattle. HEX triplet: DC, CD and 31. RGB value is (220,205,49). Sum of RGB (Red+Green+Blue) = 220+205+49=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD31 is #2332CE. Grayscale: #C0C0C0. Windows color (decimal): -2306767 or 3263964. OLE color: 3263964.

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

Color convert

RGB 220 205 49 -
CMYK 0 0.07 0.78 0.14
HSL 54.74º 0.71% 0.53% -
HSV(B) 54.74º 0.78% 0.86% -
XYZ 51.9 59.1 11.58 -
YUV 191.7 47.47 148.18 -
System Red Green Blue C M Y K H S L
Decimal 220 205 49 0 0.07 0.78 0.14 54.74 0.71 0.53
Hex DC CD 31 0 7 4E E 37 47 35
Octal 334 315 61 0 7 116 16 67 107 65
Binary 11011100 11001101 110001 0 111 1001110 1110 110111 1000111 110101

Color Harmonies of #DCCD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD31

Black with #DCCD31

Text Example


Text Example

White with #DCCD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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