Html Css Color HEX #DCCE3F Wattle

📋 copy color: '#DCCE3F'

red 220 ◦ green 206 ◦ blue 63

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

Shades of Wattle #DCCE3F

Tints of Wattle #DCCE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.13%

 BLUE value IS 63 (25% from 255) = 12.88%

R = 44.99%
G = 42.13%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCCE3F (or 0xDCCE3F) is known color: Wattle. HEX triplet: DC, CE and 3F. RGB value is (220,206,63). Sum of RGB (Red+Green+Blue) = 220+206+63=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE3F is #2331C0. Grayscale: #C2C2C2. Windows color (decimal): -2306497 or 4181724. OLE color: 4181724.

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

Color convert

RGB 220 206 63 -
CMYK 0 0.06 0.71 0.14
HSL 54.65º 0.69% 0.55% -
HSV(B) 54.65º 0.71% 0.86% -
XYZ 52.48 59.72 13.46 -
YUV 193.88 54.14 146.63 -
System Red Green Blue C M Y K H S L
Decimal 220 206 63 0 0.06 0.71 0.14 54.65 0.69 0.55
Hex DC CE 3F 0 6 47 E 37 45 37
Octal 334 316 77 0 6 107 16 67 105 67
Binary 11011100 11001110 111111 0 110 1000111 1110 110111 1000101 110111

Color Harmonies of #DCCE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE3F

Black with #DCCE3F

Text Example


Text Example

White with #DCCE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE3F; }

 p { color: rgb(220,206,63); }

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

background-color css

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

 a { background-color: rgb(220,206,63); }

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

border-color css

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

 span { border-color: rgb(220,206,63); }

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