Html Css Color HEX #DCCD30 Wattle

📋 copy color: '#DCCD30'

red 220 ◦ green 205 ◦ blue 48

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

Shades of Wattle #DCCD30

Tints of Wattle #DCCD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.15%

R = 46.51%
G = 43.34%
B = 10.15%

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

#DCCD30 (or 0xDCCD30) is known color: Wattle. HEX triplet: DC, CD and 30. RGB value is (220,205,48). Sum of RGB (Red+Green+Blue) = 220+205+48=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD30 is #2332CF. Grayscale: #C0C0C0. Windows color (decimal): -2306768 or 3198428. OLE color: 3198428.

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

Color convert

RGB 220 205 48 -
CMYK 0 0.07 0.78 0.14
HSL 54.77º 0.71% 0.53% -
HSV(B) 54.77º 0.78% 0.86% -
XYZ 51.88 59.09 11.47 -
YUV 191.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 220 205 48 0 0.07 0.78 0.14 54.77 0.71 0.53
Hex DC CD 30 0 7 4E E 37 47 35
Octal 334 315 60 0 7 116 16 67 107 65
Binary 11011100 11001101 110000 0 111 1001110 1110 110111 1000111 110101

Color Harmonies of #DCCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD30

Black with #DCCD30

Text Example


Text Example

White with #DCCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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