Html Css Color HEX #DCCC2F Wattle

📋 copy color: '#DCCC2F'

red 220 ◦ green 204 ◦ blue 47

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

Shades of Wattle #DCCC2F

Tints of Wattle #DCCC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.98%

R = 46.71%
G = 43.31%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCCC2F (or 0xDCCC2F) is known color: Wattle. HEX triplet: DC, CC and 2F. RGB value is (220,204,47). Sum of RGB (Red+Green+Blue) = 220+204+47=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC2F is #2333D0. Grayscale: #BFBFBF. Windows color (decimal): -2307025 or 3132636. OLE color: 3132636.

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

Color convert

RGB 220 204 47 -
CMYK 0 0.07 0.79 0.14
HSL 54.45º 0.71% 0.52% -
HSV(B) 54.45º 0.79% 0.86% -
XYZ 51.62 58.61 11.28 -
YUV 190.89 46.8 148.77 -
System Red Green Blue C M Y K H S L
Decimal 220 204 47 0 0.07 0.79 0.14 54.45 0.71 0.52
Hex DC CC 2F 0 7 4F E 36 47 34
Octal 334 314 57 0 7 117 16 66 107 64
Binary 11011100 11001100 101111 0 111 1001111 1110 110110 1000111 110100

Color Harmonies of #DCCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC2F

Black with #DCCC2F

Text Example


Text Example

White with #DCCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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