Html Css Color HEX #DCCC30 Wattle

📋 copy color: '#DCCC30'

red 220 ◦ green 204 ◦ blue 48

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

Shades of Wattle #DCCC30

Tints of Wattle #DCCC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

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

R = 46.61%
G = 43.22%
B = 10.17%

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

#DCCC30 (or 0xDCCC30) is known color: Wattle. HEX triplet: DC, CC and 30. RGB value is (220,204,48). Sum of RGB (Red+Green+Blue) = 220+204+48=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC30 is #2333CF. Grayscale: #BFBFBF. Windows color (decimal): -2307024 or 3198172. OLE color: 3198172.

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

Color convert

RGB 220 204 48 -
CMYK 0 0.07 0.78 0.14
HSL 54.42º 0.71% 0.53% -
HSV(B) 54.42º 0.78% 0.86% -
XYZ 51.64 58.61 11.39 -
YUV 191 47.3 148.68 -
System Red Green Blue C M Y K H S L
Decimal 220 204 48 0 0.07 0.78 0.14 54.42 0.71 0.53
Hex DC CC 30 0 7 4E E 36 47 35
Octal 334 314 60 0 7 116 16 66 107 65
Binary 11011100 11001100 110000 0 111 1001110 1110 110110 1000111 110101

Color Harmonies of #DCCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC30

Black with #DCCC30

Text Example


Text Example

White with #DCCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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